.what-makes-us-different {
  background-color: #5f1c6b;
  padding: 1.09rem 1.09rem;
  margin-top: 2.5rem;
}
.what-makes-us-different__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
  margin-bottom: 1.09rem;
}

.what-makes-us-different__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.63rem;
}

.what-makes-us-different__image-container {
  width: 14.72rem;
  height: 12.09rem;
}
.what-makes-us-different__image-container > img {
  width: 100%;
  height: 100%;
}

.what-makes-us-different__right-container {
  display: flex;
  flex-direction: column;
  gap: 1.47rem 0;
  background-image: url("../assets/telangana-map-sm.webp");
  background-size: contain;
  width: 17.7rem;
  /* height: 12.45rem; */
  background-repeat: no-repeat;
  background-position: center 5.5rem;
}

.what-makes-us-different__card {
  text-align: left;
}
.what-makes-us-different__card-title {
  font-size: 1rem;
  line-height: 110%;
  font-weight: 500;
  color: var(--white);
}

.what-makes-us-different__card-description {
  font-size: 0.54rem;
  line-height: 160%;
  font-weight: 400;
  color: var(--white);
}

@media screen and (min-width: 768px) {
  .what-makes-us-different {
    width: 100%;
    background-image: url("../assets/telangana-map-md.webp");
    background-size: cover;
    height: 17.92rem;
    position: relative;
    padding: 1.88rem 1.5rem;
    margin-top: 2.26rem;
  }
  .what-makes-us-different__title {
    font-size: 0.83rem;
    line-height: 110%;
    width: 7.79rem;
    margin-bottom: 0.9rem;
  }
  .what-makes-us-different__container {
    flex-direction: row;
  }
  .what-makes-us-different__left-container {
    order: 2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .what-makes-us-different__right-container {
    background-image: unset;
    order: 1;
    position: absolute;
    left: 1.7rem;
    top: 4.89rem;
    width: 13.41rem;
    gap: 0.9rem 0;
  }
  .what-makes-us-different__image-container {
    width: 17.92rem;
    height: 14.7rem;
  }
  .what-makes-us-different__card-title {
    font-size: 0.6rem;
  }
  .what-makes-us-different__card-description {
    font-size: 0.377rem;
  }
}
