body.widget-snippet .find-doctors .content-area .single-item .text-section p{
  opacity: unset;
}
body.widget-snippet .find-doctors .content-area .single-item {
  padding: 15px;
  background: #f4f4f4;
}
body.widget-snippet .find-doctors .content-area .single-item a{
  padding: 10px;
}
body.widget-snippet .find-doctors {
  margin:50px auto;
}

.find-doctors {
  max-width: 1400px;
  margin: 0 auto;
}
.widget-snippet .find-doctors .content-area {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
    justify-content: center !important;
}
.find-doctors .content-area .single-item {
  width: calc(100%/5 - 24px);
  margin: 0 12px 40px;
}
.find-doctors .content-area .single-item a{
  display:block;
  width:100%;
  height:100%;
}
.find-doctors .content-area .single-item .image-section {
  max-width: 256px;
  height: 243px;
  overflow: hidden;
}
.find-doctors .content-area .single-item .image-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.find-doctors .content-area .single-item:hover .image-section img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.find-doctors .content-area .single-item:hover .text-section h5{
  color: #F0516F;
}
.find-doctors .content-area .single-item .text-section h5{
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px 0 5px;
  margin:0;
}
.find-doctors .content-area .single-item .text-section p{
  padding:0;
  margin:0;
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.8;
}
@media screen and (max-width: 1500px) {
.find-doctors {
  max-width: 1416px;
}
  .find-doctors .content-area {
  margin: 0;
  }
}
@media screen and (max-width: 1400px){
.find-doctors .content-area .single-item .text-section h5 {
  font-size: 21px;
  }
.find-doctors {
  max-width: 1340px;
}
    .widget-snippet .find-doctors .content-area {
    margin: 0;
  }
.widget-snippet .find-doctors {
        max-width: 100%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 1300px){
.find-doctors .content-area .single-item {
  width: calc(100%/5 - 20px);
  margin: 0 10px 30px;
}
.find-doctors .content-area .single-item .text-section h5 {
  font-size: 20px;
}

}
@media screen and (max-width: 1200px){
.find-doctors .content-area .single-item {
  width: calc(100%/4 - 16px);
  margin: 0 8px 30px;
}
.find-doctors .content-area .single-item .text-section h5 {
  font-size: 20px;
}
.find-doctors {
  max-width: 100%;
}

}
@media screen and (max-width: 991px){
.find-doctors .content-area .single-item {
  width: calc(100%/3 - 16px);
}
  .find-doctors .content-area .single-item .text-section h5 {
  font-size: 18px;
}
}
@media screen and (max-width:767px){
.find-doctors .content-area .single-item {
  width: calc(100%/2 - 14px);
  margin: 0 7px 30px;
}
.find-doctors .content-area .single-item .text-section h5 {
font-size: 17px;
letter-spacing: 0;
height: 70px;

}
  .find-doctors .content-area .single-item .image-section {
  height: 170px;
  }
}
@media screen and (max-width: 320px){
.find-doctors .content-area .single-item .text-section h5 {
  font-size: 16px;
}
}
