.our-services-section-new {
  display: flex;
  flex-direction: column;
  /* height: 50rem; */
  background-size: cover;
  align-items: flex-start;
  padding: 0.6rem 1.88rem 1.39rem 1.88rem;
  /* margin-top: 1.2rem; */
  background-color: #fff8fb;
}

.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.09rem 1.6rem 1.09rem;
  }
  .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;
  }
}

.our-services-section-new__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem 1.75rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__cards {
    gap: 1.2rem 0.6rem;
    margin-top: 1.2rem;
  }
}

.our-services-section-new__card {
  width: 8.75rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .our-services-section-new__card {
    width: 7.95rem;
    padding-left: 0rem;
    padding-top: 0rem;
    border: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    text-align: center;
  }
}
.our-services-section__service > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.arrow-icon {
  width: 1rem;
  height: 1rem;
  background-color: var(--brandClr);
  border-radius: 50%;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}

.arrow-icon img {
  width: 0.8rem;
  height: 0.8rem;
}
.our-services-section__service-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.our-services-section__service {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.25px solid #b0b0b0;
  padding: 0.5rem 0;
}

.our-services-section__service-title {
  display: inline;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 130%;
  color: #282828;
  width: 6rem;
}
.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__service-title {
    font-size: 0.45rem;
  }
}

.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__card-title {
  font-size: 0.416rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.07rem;
  color: #282828;
}
.our-services-section-new__icon-wrapper {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .our-services-section-new__card-title {
    font-size: 0.63rem;
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 0.07rem;
  }
}
.our-services-section-new__card-description {
  font-size: 0.291rem;
  color: #44464c;
  font-weight: 400;
  margin: 0;
  line-height: 150%;
  width: 8.47rem;
}
@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;
}
