.why-choose-us {
  background-color: #fffffe;
  padding-top: 0rem;
}

.why-choose-us__head-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.why-choose-us__head-title {
  background-color: #fff3f8;
  border-radius: 0.2rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  color: #c7527f;
  font-weight: 500;
  position: relative;
  left: -0.5rem;
}

.whychoose-us__tilte-span > span {
  margin-left: 0.2rem;
}

.why-choose-us__head-description {
  font-size: 0.7rem;
  font-weight: 400;
  color: #c7527f;
  line-height: 1.05rem;
  width: 16.7rem;
  margin-top: 0.8rem;
}
.why-choose-us__head-description > span {
  color: var(--brandClr);
  font-weight: 500;
}
.why-choose-us__expertise-main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0rem;
}

.why-choose-us__image-medium-container {
  display: none;
}
.why-choose-us__image-container {
  width: 18.15rem;
  height: 23.05rem;
  order: 1;
  margin-bottom: 1.25rem;
}
.why-choose-us__image-container > img {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}
.why-choose-us__expertise-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  order: 2;
}
.why-choose-us__expertise {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.6rem;
  border-bottom: none;
}

.why-choose-us__expertise:nth-child(3) {
  border-bottom: none;
}
.why-choose-us__expertise > img {
  width: 1.22rem;
  margin-right: 0.75rem;
  margin-top: 0.4rem;
}
.why-choose-us__expertise-sub-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.why-choose-us__expertise-sub-head > h3 {
  font-size: 0.8rem;
  color: #282828;
  font-weight: 500;
  /* line-height: 1.2rem; */
}
.why-choose-us__expertise-sub-head > p {
  font-size: 0.6rem;
  color: #5a5b60;
  font-weight: 400;
  width: 15rem;
  line-height: 0.9rem;
}
.book-now-btn {
  margin: 0.6rem 0 1.6rem 0 !important;
}

@media screen and (min-width: 768px) {
  .hide-md {
    display: none;
  }
  .why-choose-us {
    padding: 0.18rem 0 1.88rem 0;
  }

  .why-choose-us__head-title {
    background-color: #fff3f8;
    border-radius: 0.08rem;
    padding: 0.08rem 0.2rem;
    /* height: 0.72rem; */
    margin-bottom: 0.08rem;
    font-size: 0.375rem;
    position: relative;
    left: -0.1rem;
  }

  .why-choose-us__head-small {
    display: none;
  }
  .whychoose-us__tilte-span > span {
    margin-left: 0rem;
  }
  .why-choose-us__head-description {
    font-size: 0.33rem;
    line-height: 140%;
    width: 11.7rem;
    margin-top: 0.33rem;
    color: #44464c;
  }
  .why-choose-us__expertise-main-container {
    margin-top: 0rem;
    flex-direction: row;

    justify-content: flex-start;
    align-items: center;
    gap: 0 1rem;
  }
  .why-choose-us__image-container {
    display: none;
  }
  .why-choose-us__image-medium-container {
    display: flex;
    width: 17.33rem;
    height: 12.83rem;
    margin-top: 1.5rem;
  }

  .why-choose-us__expertise {
    width: 11.66rem;
    justify-content: flex-start;
    align-items: flex-start;
    order: 0;
    padding: 0.3rem 0 0 0;
  }

  .why-choose-us__expertise > img {
    width: 0.5rem;
    margin-right: 0.18rem;
    margin-top: 0.19rem;
  }
  .why-choose-us__expertise-div {
    margin-top: 0.37rem;
  }
  .why-choose-us__expertise-sub-head > h3 {
    font-size: 0.377rem;
    margin-bottom: 0.08rem;
  }
  .why-choose-us__expertise-sub-head > p {
    font-size: 0.33rem;
    line-height: 0.4rem;
    width: 10.67rem;
  }
  .book-now-btn {
    margin: 0.67rem 0 0 0 !important;
  }
}
