.quote-bg { background-image:url('../../../assets/images/pages/quote-icon.png'); }
.details p { font-size:1.2em;color:black; }
.container1{
  max-width: 950px;
  width: 100%;
  overflow: hidden;
  padding: 40px 0 10px 0;

}
.container1 .main-card {
  display: flex;
  justify-content: space-evenly;
  transition: 1s;
}
#two:checked ~ .main-card { margin-left: -100%; }
.container1 .main-card .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  justify-content: space-between;
}
.main-card .cards .card{
  width: calc(100% / 2 - 10px);
  background: #fff;
  border-radius: 35px;
  padding: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  height:auto;
}
.main-card .cards .card:hover{
  transform: translateY(-15px);
}
.cards .card .content{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cards .card .content .img{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  padding: 3px;
  background: #FF676D;
  margin-bottom: 14px;
  margin-top:-65px;
  display:flex;
}
.card .content .img img{
  height: 100% !important;
  width: 100%;
  border: 3px solid #ffff;
  border-radius: 50%;
  object-fit: cover;
}
.card .content .name{
  font-size: 20px;
  font-weight: 500;
}
.card .content .job{
  font-size: 20px;
  color: #FF676D;
}
.card .content .media-icons{
  margin-top: 10px;
  display: flex;

}
.media-icons a{
  text-align: center;
  line-height: 33px;
  height: 35px;
  width: 35px;
  margin: 0 4px;
  font-size: 14px;
  color: #FFF;
  border-radius: 50%;
  border: 2px solid transparent;
  background: #FF676D;
  transition: all 0.3s ease;
}
.media-icons a:hover{
  color: #FF676D;
  background-color: #fff;
  border-color: #FF676D;
}
 .container1 .button{
  width: 100%;
  /*display: flex;*/
  display:none;
  justify-content: center;
  margin: 0px;
}
.button label{
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #fff;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.last-sec { background:url('../../../assets/images/Last Page.jpg');background-repeat: no-repeat;
background-position: right;
background-attachment: scroll;
background-size: contain; }
.button label.active{
  width: 35px;
}
#one:checked ~ .button .one{
  width: 35px;
}
#one:checked ~ .button .two{
  width: 15px;
}
#two:checked ~ .button .one{
  width: 15px;
}
#two:checked ~ .button .two{
  width: 35px;
}
input[type="radio"]{
  display: none;
}
@media (max-width: 768px) {
  .container1 .main-card .cards
  {
    margin-left:20px !important;
  }
  .main-card .cards .card{
    margin: 45px 0 10px 0;
    width: calc(100% / 1 - 10px);
  }
}
@media (max-width: 600px) {
  .main-card .cards .card{
    /* margin: 20px 0 10px 0; */
    width: 100%;
  }
}
@media (max-width:992px) 
{
  .centered { position:relative !important; top:0% !important; left:0% !important; transform: none !important;}
  .txt-content { padding:50px !important; }

}
@media (max-width:1299px) and (min-width:993px)
{
  .txt-content { width:90% !important;padding:0px !important; }
  .centered { left:52% !important; }
}