.why-choose-us {
  background-color: #FFFFFE;
  padding: 0.8rem 1.2rem;
}

.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;
}

.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: 1.45rem;
}
.why-choose-us__image-medium-container {
  display: none;
}
.why-choose-us__image-container {
  width: 16.54rem;
  height: 18.86rem;
  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: #44464c;
  font-weight: 400;
  width: 15rem;
  line-height: 0.9rem;
}

@media screen and (min-width: 768px) {
  .why-choose-us {
    padding: 1.92rem 2.08rem;
    /* height: 17.25rem; */
  }

  .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;
  }
  .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: 13.12rem;
    height: 11.875rem;
    margin-top: 1.5rem;
  }

  .why-choose-us__expertise {
    width: 11.66rem;
    justify-content: flex-start;
    align-items: flex-start;
    order: 0;
    padding: 0.33rem 0 0 0;
  }

  .why-choose-us__expertise > img {
    width: 0.54rem;
    margin-right: 0.41rem;
    margin-top: 0.19rem;
  }
  .why-choose-us__expertise-sub-head > h3 {
    font-size: 0.41rem;
    margin-bottom: 0.08rem;
  }
  .why-choose-us__expertise-sub-head > p {
    font-size: 0.37rem;
    line-height: 0.56rem;
    width: 9.91rem;
  }
}
