/* Page About Us */


.show-desktop-tl {
  display: block;
}

.show-mobile-tl {
  display: none;
}

/* Vision & Mission */
.vision__container {
  position: relative;
}

.vision__container::after {
  content: '';
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 85%;
  height: 100%;
  background-color: var(--third-color);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.vision__wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 120px 100px 0px;
}

.vision__wrapper-text {
  width: 85%;
}

.vision__wrapper-text h2 {
  font-size: 35px;
  margin-bottom: 36px;
}

.vision__wrapper .desc p {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 40px;
  color: var(--primary-color);
  font-family: 'Be Vietnam Pro-Light';
  font-weight: 300;
}

.vision__wrapper-image {
  position: absolute;
  /* right: 2.2%; */
  right: -10%;
  top: 50%;
  transform: translate(50%, -50%);
}

.vision__wrapper-image img {
  width: 250px;
  height: 100%;
  object-fit: contain;
}

/* Core Values */

.global-heading {
  text-align: center;
}

.core__content {
  display: flex;
  justify-content: space-between;
}

.core .core__container {
  width: 100%;
  justify-content: center;
  padding: 136px 0 95px;
}

.core__item {
  position: relative;
  transition: all 0.3s linear;
}

.core__item .core__item-img {
  position: relative;
  /* height: 250px; */
}

.core__item-content .core__item-title {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
  font-weight: 300;
}



.core__container .core__content .core__item.item-C .core__item-title {
  transform: translateX(-20px);
}



.core__container .core__content .core__item.item-A .core__item-title {
  transform: translateX(-15px);
}



.core__container .core__content .core__item.item-R .core__item-title {
  transform: translateX(-20px);
}

/* .core__item:first-child .core__item-title,
.core__item:last-child .core__item-title {
  transform: translateX(30px);
} */

/* .core__item:nth-child(3) .core__item-title {
  margin-top: 47px;
  transform: translateX(-15px);
} */

.core__item--img-c,
.core__item--img-a,
.core__item--img-r,
.core__item--img-e {
  max-width: auto;
  vertical-align: middle;
}

.core__item--img-r {
  transform: translateY(-17px);
}

.core .title-en {
  font-size: 28px;
  line-height: 50px;
  font-weight: 400;
  color: var(--primary-color);
  font-family: "Megante'", sans-serif;
}


/* Core animation */

.core__container .core__content .item-C {
  width: 24.5%;
}



.core__container .core__item {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}




.core__item--content {
  margin-top: 50px;
  text-align: center;
}


.core__item--img {
  position: relative;
  display: inline-block;
}




.c-character,
.a-character,
.r-character,
.e-character {
  display: block;
  position: relative;
  z-index: 1;
  height: 190px;
  width: auto;
  object-fit: cover;
}



.core__item:hover .c-character,
.core__item:hover .a-character,
.core__item:hover .r-character,
.core__item:hover .e-character {
  filter: brightness(0) saturate(100%) invert(21%) sepia(10%) saturate(7499%) hue-rotate(214deg) brightness(94%) contrast(85%);
}


.branch,
.leaf,
.grass,
.flower {
  position: absolute;
  width: auto;
  height: auto;
}

/* C character component */
.leaf-C-01 {
  left: 4%;
  top: 30%;
  transform: translateX(-50%);
  z-index: 1;
}

.branch-C-02 {
  top: 65%;
  left: 32%;
  transform: translate(-50%, -50%);
  z-index: 3;
}


.branch-C-03 {
  left: 45%;
  top: 80%;
  transform: translate(-25%, -50%);
  z-index: 1;
}

.flower-C-04 {
  top: 95%;
  left: 35%;
  transform: translate(-50%, -50%);
  z-index: 3;
}



/* A character component */

.a-character {
  z-index: 3;
}


.branch-A-01 {
  top: -10%;
  left: 90%;
  transform: translateX(-50%);
  z-index: 1;
}


.leaf-A-02 {
  top: 40%;
  left: 65%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100px;
  height: 100px;
}


.branch-A-03 {
  top: 56.5%;
  left: 92%;
  transform: translate(-50%, -50%);
  z-index: 4;
}



.flower-C-04,
.flower-A-04,
.flower-R-04,
.flower-E-04 {
  width: 65px;
}

.flower-A-04 {
  z-index: 5;
  right: -10%;
  bottom: -9%;
}


/* R character component */

.r-character {
  z-index: 2;
}

.branch-R-01 {
  top: 68%;
  left: 35%;
  transform: translateY(-50%);
  z-index: 1;
}


.grass-R-02 {
  top: 67%;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}

.leaf-R-03 {
  top: 0;
  left: 75%;
  z-index: 2;
  transform: translate(-50%, -19%);
}


.flower-R-04 {
  top: 62%;
  z-index: 4;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* E animation */
.e-character {
  z-index: 2;
}

.leaf-E-01 {
  bottom: 0;
  left: 30%;
  z-index: 1;
}


.branch-E-02 {
  bottom: -7%;
  left: -6%;
  z-index: 3;
}

.branch-E-03 {
  bottom: 0;
  left: -45%;
  z-index: 4;
}


.flower-E-04 {
  bottom: -15%;
  z-index: 5;
  left: -5%;
}




/* Milestones */

.milestones__container {
  padding-top: 150px;
}

.milestones__carousel {
  width: 100%;
  margin: 0px auto;
}

.milestones__carousel-cards .milestones__card-item {
  position: relative;
  display: flex;
  width: 480px;
  height: auto;
  box-shadow: 0px 3px 15px #00000029;
  flex-direction: column;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.3s linear;
}

.milestone__card-img {
  position: relative;
  width: 100%;
  /* padding-top: 155.25%; */
  padding-top: 138.75%;
  overflow: hidden;
}

.milestone__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.milestones__carousel-cards .milestones__card-item.active {
  transform: scale(1.1);
  transition: transform 0.3s linear;
  z-index: 2;
  overflow: hidden;
  border-radius: 24px;
}

.milestones__carousel-cards .milestones__card-item.active .milestone__card-content .milestone__card-content-desc {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  height: 70%;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  } */

.milestones__carousel-cards .milestones__card-item.active::after {
  height: 100%;
  background: transparent linear-gradient(27deg, #39398e 0%, #897cf4 100%) 0% 0% no-repeat padding-box;
}

.milestones__carousel-cards .milestones__card-item::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(0deg, #dee7f6 0%, #dee7f6f8 47%, #dee7f600 90%) 0% 0% no-repeat padding-box;
  opacity: 0.95;
  visibility: visible;
  transition: all 0.3s linear;
  z-index: 1;
}

.milestones__carousel-cards .milestones__card-item.active .milestone__card-content {
  color: white;
  top: 10%;
}

/* .milestones__card-item .milestones__card-image {
    height: 100%;
  } */

.milestones__card-item .milestones__card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.milestones__card-item .milestone__card-content {
  position: absolute;
  padding: 0px 60px 0px;
  color: var(--primary-color);
  bottom: 0;
  top: 60%;
  overflow: hidden;
  z-index: 2;
}

/* .milestones__card-item.active .milestone__card-content {
    overflow-y: scroll;
    scrollbar-width: none;
  
  } */

.milestones__card-item.active .milestone__card-content--button {
  display: none;
}

.milestone__card-content-item {
  margin-bottom: 24px;
}


.milestone__card-content .milestone__card-content-desc .milestone__card-content-item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* margin-bottom: 24px; */

}

.milestone__card-content .milestone__card-content-desc .milestone__card-content-item:not(:first-child) {
  display: none;
}

.milestone__card-content .milestone__card-content--year {
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 50.94px;
  letter-spacing: -0.25px;
}

.milestones__card-item.active .milestone__card-content .milestone__card-content--year {
  color: var(--secondary-color);
  margin-bottom: 40px;
}

.milestones__card-item.active .milestone__card-content .milestone__card-content-desc .milestone__card-content-item p {
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  text-overflow: unset;
  overflow: unset;
}

.milestones__card-item.active .milestone__card-content .milestone__card-content-desc .milestone__card-content-item:not(:first-child) {
  display: block;
}

.milestones__card-item.active .milestone__card-content .milestone__card-content--month {
  display: block;
}

.milestone__card-content .milestone__card-content--month {
  display: none;
  font-size: 24px;
  line-height: 35px;
  font-family: "Megante'";
  letter-spacing: 0.46px;
  margin-bottom: 20px;
}

.milestone__card-content .milestone__card-content--month:not(:first-child) {
  margin-top: 45px;
}

.milestone__card-content p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Be Vietnam Pro-Light', sans-serif;
  /* padding-bottom: 40px; */
}

.milestones__card-item.active .milestone__card-content p {
  padding-left: 30px;
  padding-bottom: 0px;
}

.milestones__card-item.active .milestone__card-content p::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 95%;
  background-color: var(--secondary-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.milestone__card-content--button {
  width: 32px;
  height: 32px;
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  bottom: auto;
}

.milestones__card-item .milestone__card-swipedown {
  display: none;
}

.milestones__card-item .milestone__card-swipedown img {
  object-fit: contain;
}

.milestones__card-item.active .milestone__card-swipedown {
  display: block;
  height: 18px;
  object-fit: contain;
  position: absolute;
  bottom: 3%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translateX(-50%);
}


.milestones__carousel-cards .slick-next img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
}

.slick-track {
  margin: 0 !important;
}

.milestones__carousel-cards .slick-list {
  overflow: unset;
}

/* Doctors */

.doctors {
  margin-bottom: 160px;
}

.doctors__container {
  padding-top: 100px;
}

.doctor__list {
  position: relative;
}

.doctor__list .slick-slide {
  margin: 0 15px;
}

.doctor__list .slick-list {
  margin: 0 -15px;
}



.doctor__list .slick-dots li {
  margin: 0px;
}



.doctor__list-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.doctor__list-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.doctor__list-item {
  position: relative;
}

.doctor__list-item .doctor__list-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  opacity: 1;
  background-color: var(--four-color);
  bottom: 0;
  left: 0;
}

.doctor__list-item .doctor-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.2s linear;
}

.doctor__list-img::before {
  content: '';
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.doctors__item-thumbnail {
  position: relative;
}

.doctors__item-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 246px;
  height: 47px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--secondary-color);
  border-radius: 36px;
  background-color: transparent;
  color: var(--secondary-color);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s linear;
  /* width: 56.299%; */
  text-align: center;
}

.doctors__item-button .doctors__item-button--link {
  font-family: 'Be Vietnam Pro-Regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: var(--secondary-color);
  text-transform: uppercase;
  padding: 10px 0px;
}

.doctor__list-link:hover .doctors__item-button {
  opacity: 1;
}

.doctor__list-link:hover .doctor__list-img::before {
  content: '';
  visibility: visible;
}

.doctor__list-link:hover .doctor__list-img {
  filter: blur(2px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.doctor__list-link:hover .doctor-img {
  transform: translateX(-50%) scale(1.1);
  transition: all 0.2s linear;
}

.doctor__list-item .doctor__information {
  margin-top: 40px;
  text-align: left;
  color: var(--primary-color);
}

.doctor__list-item .doctor__information .doctor__information-name {
  font-size: 24px;
  line-height: 37px;
  font-family: "Megante'";
  letter-spacing: 0.46px;
  font-weight: 400;
}

.doctor__list-item .doctor__information .doctor__information-specialties {
  display: -webkit-box;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Be Vietnam Pro-Light';
  width: 80%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctor__list .slick-next img {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -15px;
  /* bottom: 50px; */
  bottom: 32px;
}

.milestones__carousel-cards .slick-next,
.doctor__list .slick-next {
  width: 0;
  height: 0;
}

.doctor__list .slick-prev:before,
.doctor__list .slick-next:before {
  display: none;
}


.milestones__carousel-cards .slick-prev:before,
.milestones__carousel-cards .slick-next:before {
  display: none;
}

.doctors__container .slick-list.draggable {
  padding-bottom: 90px;
}

/* test */

.slick-dots li button:before {
  font-size: 13px;
  color: #dee7f6;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--primary-color);
}

.slick__arrow-custom button {
  transition: all 0.35s linear;
}

.slick__arrow-custom:hover button:last-child {
  opacity: 0;
  transition: all 0.3s linear;
}

.slick__arrow-custom:hover button:first-child {
  transform: translateX(4px);
  transition: all 0.35s linear;
}


.doctor__list-item.active .doctor__item--content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 455px;
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doctor__list-item.active .doctor__list-link:hover .doctor__list-img {
  box-shadow: unset;
}


.doctor__item--content .doctors__wrap .img-logo {
  width: 150px;
  height: auto;
  margin: 0 auto;
}


.doctor__item--content .doctors__wrap .doctor__item-view {
  color: var(--secondary-color);
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 16px;
  text-align: center;
  font-family: "Megante'", sans-serif;
}


.doctor__list-item.active .doctor__information,
.doctor__list-item.active .doctors__item-thumbnail .doctor__list-img {
  opacity: 0;
}




@media (max-width: 1700px) {
  .vision__wrapper-image {
    right: 1%;
  }
}




@media (max-width: 1200px) {
  .doctor__list .slick-next img {
    bottom: 28px;
  }


  .show-desktop-tl {
    display: none;
  }

  .show-mobile-tl {
    display: block;
  }


  .core .core__container {
    padding: 36px 0 50px;
  }

  .core__container {
    justify-content: flex-start;
  }

  .core__content {
    display: flex;
    gap: 18px 18px;
    flex-wrap: nowrap;
    width: 100%;
  }




  .core__container .core__item {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }



  .core__item--img-c,
  .core__item--img-a,
  .core__item--img-r,
  .core__item--img-e {
    width: 100%;
    vertical-align: middle;
    height: 115px;
    object-fit: contain;
  }

  .core__item--img-a {
    transform: translateX(6px);
  }

  .core__item--img-r {
    transform: translateX(36px);
  }

  .core__item-content .core__item-title,
  .core__item:nth-child(3) .core__item-title {
    margin-top: 12px;
    transform: translateX(0px);
  }

  .core__item--img-e {
    transform: translateX(-12px);
  }

  .core__item--img-r {
    transform: translate(12px, -7px) !important;
  }

  .core__item--img-r,
  .core__item:first-child .core__item-title,
  .core__item:last-child .core__item-title {
    transform: translateX(0px);
    transform: translateY(0px);
  }

  .core .title-en {
    font-size: 16px;
    line-height: 28px;
  }

  .core__item-content .core__item-title {
    font-size: 16px;
    line-height: 30px;
  }





}


@media screen and (max-width: 1150px) {
  /* .doctors__item-thumbnail:hover .doctors__item-button {
    opacity: 0;
  } */
}



@media (min-width : 1025px) and (max-width : 1200px) {
  .doctor__list .slick-next img {
    right: 10px;
  }

  .core__item--img-c,
  .core__item--img-a,
  .core__item--img-r,
  .core__item--img-e {
    height: 150px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {

  .milestone__card-img {
    padding-top: 155.25%;
  }


  .vision__wrapper-image {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translate(50%, -50%);
  }

  .vision__wrapper-image img {
    width: 230px;
    height: 100%;
  }

}


@media (min-width : 1201px) {
  /* .core__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    justify-items: center;
  } */

  .core__item {
    width: 45%;
    text-align: center;
    width: auto;
    align-items: center;
  }

  /* .core__content {
    gap: 60px;
  } */

  .core__item--img-c,
  .core__item--img-a,
  .core__item--img-r,
  .core__item--img-e {
    width: auto;
    vertical-align: middle;
  }

  .c-character,
  .a-character,
  .r-character,
  .e-character {
    height: 180px;
  }




  .core__content {
    /* justify-content: space-between; */
    justify-content: space-evenly;
  }


  .core__container .core__item {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }



  /* SVG component */

  .branch-A-01 {
    height: 190px;
  }

  .leaf-R-03 {
    width: 125px;
  }

  .branch-R-01 {
    width: 140px;
  }

  .leaf-C-01 {
    width: 160px;
  }
}


@media (max-width : 1000px) and (min-width: 767px) {
  .milestones__card-item .milestone__card-content {
    padding: 0px 25px 0px;
    top: 50%;
  }

  .milestone__card-content-item,
  .milestone__card-content .milestone__card-content--year {
    margin-bottom: 16px;
  }


}

@media (max-width: 1000px) {
  .slick__arrow-custom:hover button:last-child {
    opacity: 1;
    transition: all .3s linear;
  }
}

@media (max-width: 766px) {
  .milestones__card-item .milestone__card-content {
    top: 60%;
  }

  .milestones__card-item .milestone__card-content {
    top: 60%;
    padding: 0px 24px 0px;
  }
}










@media (min-width: 576px) {}

@media (max-width: 1024px) {
  .section__header .header__menu--option {
    flex: 1;
  }

  .milestone__card-content .milestone__card-content-desc .milestone__card-content-item p {
    max-height: 60px;
  }


  .milestones__card-item.active .milestone__card-content .milestone__card-content-desc .milestone__card-content-item p {
    max-height: unset;
  }

  .vision__wrapper {
    position: relative;
    z-index: 1;
    padding: 40px 120px 50px 0px;
  }

  .vision__wrapper-image img {
    width: auto;
  }

  .vision__wrapper-text h2 {
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 0px;
  }

  .vision__wrapper-text {
    padding-left: 17px;
  }

  .vision__wrapper .desc p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
  }

  .vision__wrapper .desc p:not(:last-child) {
    margin-bottom: 18px;
  }

  .vision__wrapper-image {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0%, -50%);
    height: 88px;
  }



  .milestones__container {
    padding-top: 36px;
  }

  .milestones__carousel-cards .slick-next img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 36px;
  }

  .milestones__carousel-cards .milestones__card-item.active {
    transform: scale(1);
    transition: transform 0.3s linear;
    z-index: 2;
    border-radius: 0px;
  }

  .milestones__carousel-cards .slick-next:active {
    opacity: 0.5;
    transition: all 0.1s linear;
  }


  .milestone__card-content .milestone__card-content--year {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
  }

  /* Doctor list */

  .doctors__container {
    padding-top: 53.5px;
  }

  .doctor-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 10px;
  }

  .doctor__list .slick-next img {
    display: none;
  }

  .doctor__list-link:hover .doctors__item-button {
    opacity: 0;
  }

  .doctor__list-link:hover .doctor__list-img::before {
    content: '';
    visibility: visible;
  }

  .doctor__list-link:hover .doctor__list-img {
    filter: blur(2px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .doctor__list-link:hover .doctor-img {
    transform: translateX(-50%) scale(1.1);
    transition: all 0.2s linear;
  }

  .doctor__list-item .doctor-img {
    object-fit: contain;
    bottom: 0;
    top: 2%;
  }

  .doctor__list-item .background-doctor-img {
    position: relative;
    bottom: 0px;
    z-index: -1;
  }


  .doctor__list-item .doctor__information {
    margin-top: 14px;
  }

  .doctor__list-item .doctor__information .doctor__information-name {
    font-size: 12px;
    line-height: 24px;
    font-family: "Megante'";
  }

  .doctor__list-item .doctor__information .doctor__information-specialties {
    display: -webkit-box;
    font-size: 10px;
    line-height: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .doctor__list-item .doctor__list-img::after {
    height: 6px;
  }

  .doctors__container .slick-list.draggable {
    padding-bottom: 20px;
  }

  .doctors {
    margin-bottom: 60px;
  }


  .doctor__list-item.active .doctor__item--content {
    height: 100%;
  }

  .doctor__item--content .doctors__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .doctor__item--content .doctors__wrapper .img-logo {
    width: 50px;
  }


  .doctor__item--content .doctors__wrapper .img-logo img {
    object-fit: contain;
  }


  .doctor__item--content .doctors__wrapper .doctor__item-view {
    font-size: 12px;
    line-height: 24px;
    color: var(--secondary-color);
    font-family: "Megante'", sans-serif;
  }


}

@media (max-width: 576px) {






  .vision__wrapper-image {
    right: -5%;
  }

  .vision__wrapper {
    padding: 40px 65px 50px 0px;
  }


  .core .core__container {
    justify-content: center;
  }

  .core__content {
    flex-wrap: wrap;
    width: 100%;
  }



  .core__item--img-c,
  .core__item--img-a,
  .core__item--img-r,
  .core__item--img-e {
    /* width: fit-content; */
    width: auto;
    height: 100px;
  }

  .core__item--img-c {
    transform: translateX(-10px);
  }

  /* .core__item--img-a {
    transform: translateX(24px);
  } */

  .core__item--img-r {
    transform: translateX(36px);
  }

  .core__item-content .core__item-title,
  .core__item:nth-child(3) .core__item-title {
    margin-top: 12px;
    transform: translateX(0px);
  }

  /* .core__item--img-e {
    transform: translateX(16px);
  }

  .core__item--img-r {
    transform: translate(36px, -7px) !important;
  }

  .core__item--img-r,
  .core__item:first-child .core__item-title,
  .core__item:last-child .core__item-title {
    transform: translateX(0px);
    transform: translateY(0px);
  } */

  .doctor__list-item .doctor__information .doctor__information-specialties {
    width: 95%;
  }
}

@media (max-width: 400px) {
  /* .milestones__card-item .milestone__card-content {
        top: 30%;
    } */

  .doctor__list-item .doctor__information .doctor__information-name {
    font-size: 12px;
    line-height: 18px;
  }
}