.doctor-photo-frame {
          position: relative;
          width: 100%;
          height: 260px;
          overflow: hidden;
          background: #f5f5f5;
     }

     .doctor-photo {
          position: absolute;
          top: 50%;
          left: 50%;
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
     }

     .doctor-sip {
          font-size: clamp(14px, 1.5vw, 16px);
          line-height: 1.45;
          word-wrap: break-word;
          margin: 0;
          min-height: 46px;
     }

     #team .team-thumb {
          height: 100%;
     }

     #team .team-info {
          padding: 18px 24px 14px 24px;
          min-height: 178px;
     }

     #team .doctor-name {
          margin: 0 0 8px 0;
          line-height: 1.35;
          min-height: 44px;
     }

     #team .doctor-spec {
          margin: 0;
          line-height: 1.35;
          min-height: 38px;
     }

     #team .team-contact-info {
          margin-top: 12px;
          padding-top: 10px;
          min-height: 58px;
     }
     .booking-btn-link {
          display: inline-block;
          width: 100%;
          max-width: 460px;
     }

     .booking-btn-image {
          display: block;
          width: 100%;
          height: auto;
          max-height: 170px;
          margin: 0 auto;
     }