.ourDoctors {
  background-color: #fdfdfd;
  padding: 0.72rem 1.09rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.ourDoctors__vector {
  position: absolute;
  left: -.3rem;
  top: -2.5rem;
  width: 7rem;
  height: 8rem;
  transform: scale(1.5);
}

.mySwiper2 .swiper-wrapper {
  height: 16rem;
}
.mySwiper2 .swiper-slide {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 15.9rem;
  box-shadow: 0px 0.09rem 0.54rem 0px #0000001a;
  border-radius: 0.36rem;
  text-align: center;
}

.mySwiper2 .swiper-slide__image {
  height: 10rem;
  position: relative;
  /* padding-top: .3rem; */
  background-color: #f0f0f0;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.mySwiper2 .swiper-slide__image span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c7527f;
  border-top-right-radius: 0.8rem;
  width: 6.3rem;
  font-size: 0.6rem;
  font-weight: 500;
  color: #ffffff;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-slide__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.ourDoctors__card-content {
  height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.6rem;
}

.ourDoctors__card-content-title {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--brandClr);
}

.ourDoctors__card-content-specialization {
  color: #6e6e6e;
  margin-bottom: 1.09rem;
  margin-top: -0.2rem;
  font-size: 0.54rem;
}
.ourDoctors__card-content > a {
  text-decoration: none;
  background-color: transparent !important;
}
.ourDoctors__card-content-book-appointment-btn {
  background-color: var(--brandClr);
  width: 8.4rem;
  height: 1.81rem;
  border-radius: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 0.63rem;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
}

.our-doctors-title-text {
  /* width: 2.58rem; */
  /* height: 7.51rem; */
  padding: 0.2rem 0.5rem;
  color: #c7527f !important;
}



@media screen and (min-width: 768px) {
  .ourDoctors {
    padding: 0.45rem 1.88rem;
    background-color: #fdfdfd;
    justify-content: flex-start;
    align-items: flex-start;
    height: unset;
    text-align: left;
  }
  .ourDoctors__vector {
    width: 8.07rem;
    height: 10.77rem;
    position: absolute;
    left: -1.2rem;
    top: -3.5rem;
    transform: unset;
  }
  .ourDoctors__head-text {
    font-size: 0.33rem;
    color: #e8bacb !important;
  }
  .mySwiper2 .swiper-wrapper {
    height: 10.58rem;
  }

  .mySwiper2 .swiper-slide {
    height: 10.56rem;
    padding: 0.43rem 0.377rem;
    background-color: #fdfdfd;
    border-radius: 0.3rem;
    box-shadow: unset;
    box-shadow: 0px 5.55px 11.1px 0px #00000026;
  }
  .mySwiper2 .swiper-slide__image {
    border-radius: 0.3rem;
    height: 7.66rem;
    overflow: hidden;
  }

  .mySwiper2 .swiper-slide__image img {
    bottom: -0.2rem;
    object-fit: contain;
  }
  .mySwiper2 .swiper-slide__image span {
    width: 3.15rem;
    height: 0.54rem;
    font-size: 0.29rem;
    border-top-right-radius: 0.3rem;
    z-index: 5;
  }

  .mySwiper2 .ourDoctors__card-content {
    height: 4.75rem;
    padding-top: 0.33rem;
  }
  .ourDoctors__card-content-title {
    font-size: 0.37rem;
  }
  .ourDoctors__card-content-specialization {
    font-size: 0.37rem;
    margin-top: -0.03rem;
    margin-bottom: 0.45rem;
    color: #e8bacb;
  }
  .ourDoctors__card-content-book-appointment-btn {
    width: 4.67rem;
    height: 1.13rem;
    font-size: 0.33rem;
  }
  .our-doctors-title-text {
    /* width: 2.58rem; */
    height: 0.75rem;
    padding: 0.08rem 0.2rem !important;
    color: #c7527f !important;
  }
}
