.our-services-section-new {
  display: flex;
  flex-direction: column;
  /* height: 50rem; */
  background-size: cover;
  align-items: flex-start;
  margin-top: 1.2rem;
  background-color: #fff8fb;
  padding: 0.6rem 1.88rem 1.18rem 1.88rem;
  margin-top: 1.90rem;
}

.location-form__sub-heading {
  width: 9.04rem !important;
}
@media screen and (max-width: 768px) {
  .our-services-section-new {
    align-items: flex-start;
    padding: 0.8rem 1.2rem;
    margin-top: 1.4rem;
  }
  .location-form__sub-heading {
    width: 17.04rem !important;
  }
}

.our-services-section-new__head-btn {
  font-size: 0.375rem;
  background-color: white;
  padding: 0.15rem;
  border-radius: 0.2rem;
  color: #c7527f;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__head-btn {
    font-size: 0.7rem;
  }
}

.title {
  font-size: 1rem;
  color: #802a8f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    text-align: left;
  }
}

.our-services-section-new__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.377rem 0.45rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__cards {
    gap: 0.77rem 0.65rem;
  }
}

.our-services-section-new__card {
  width: 10.35rem;
  height: 6.86rem;
  border-radius: 0.45rem;
  padding: 0.9rem 0.67rem;
  background-color: white;
  border: 1px solid #d9d9d9;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .our-services-section-new__card {
    width: 5.4rem;
    height: 6.55rem;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    text-align: center;
  }
}
.our-services-section-new__sticky {
  display: none;
}
@media screen and (min-width: 768px) {
  .our-services-section-new__sticky {
    display: block;
    position: absolute;
    left: -0.2rem;
    top: 0.9rem;
    background-color: #d37fa0;
    width: 0.2rem;
    height: 2rem;
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
  }
}

.our-services-section-new__icon-wrapper img {
  height: 1.66rem;
  width: 1.66rem;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__icon-wrapper img {
    height: 3.8rem;
    width: 3.8rem;
  }
}

.our-services-section-new__icon-wrapper {
}
.our-services-section-new__card-title {
  font-size: 0.416rem;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__card-title {
    font-size: 0.63rem;
    font-weight: 400;
  }
}
.our-services-section-new__card-description {
  font-size: 0.33rem;
  color: #44464c;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__card-description {
    display: none;
  }
}
.our-services-section-new__book-link {
  all: unset;
  font-size: 0.375rem;
  font-weight: 600;
  margin-top: auto;
  position: absolute;
  bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__book-link {
    display: none;
  }
}

.arrow-image {
  height: 0.229rem !important;
  margin-left: 0.2rem;
}
