.our-services-section {
  display: flex;
  flex-direction: column;
  background: url("../../assets/yourHealthOurPromise/ourServices/ourServicesBackgroundSmallDevice.webp");
  background-size: cover;
  align-items: center;
  padding: 0.8rem 0.8rem 1.6rem 0.8rem;
  text-align: center;
  height: 45.45rem;
}
.our-services-section__head-btn {
  background-color: white;
  color: var(--brandClr);
  font-size: 0.416rem;
  height: 1.45rem;
  font-size: 0.7rem;
  font-weight: 500;
  /* line-height: 1.05rem; */
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.2rem 0.5rem;
}

.our-services-section__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.09rem 0.9rem;
  margin-top: 1.6rem;
}
.our-services-section__card {
  width: 7.81rem;
  height: 8.63rem;
  background-color: white;
  /* margin-top: 1rem; */
  border-radius: 0.36rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.our-services-section__image-container {
  height: 6.36rem;
  background-color: #fdfdfd;
  width: 100%;
}

.our-services-section__image-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-services-section__form-btn {
  flex-grow: 1;
  font-size: 0.63rem;
  font-weight: 500;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #282828;
}
.our-services-section__form-btn p {
  width: 7rem;
  font-size: 0.63rem;
}
.our-services-section__card:last-child .our-services-section__form-btn p {
  width: 6rem;
}

.our-services-section__form-btn:hover {
  background-color: var(--brandClr);
  color: #ffffff;
}
.services-head-text{
  width: 14rem !important;
}

@media screen and (min-width: 768px) {
  .our-services-section {
    background: url("../../assets/yourHealthOurPromise/ourServicesBackground.webp");
    background-size: cover;
    /* padding: 0.4rem; */
    padding: 0.75rem;
    align-items: center;
    text-align:center;
    margin-top: 2.3rem;
    height: 23.54rem;
  }
  .our-services-section__head-btn {
    font-size: 0.37rem;
    height: 0.72rem;
    border-radius: 0.08rem;
    padding: 0.08rem 0.2rem;
  }
  .our-services-section__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.9rem 0.37rem;
    margin-top: 2.3rem;
  }
  .our-services-section__card {
    width: 7.64rem;
    height: 7.35rem;
    background-color: white;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .our-services-section__card:last-child > button > p {
    width: 5rem !important;
    font-size: 0.52rem;
  }

  .our-services-section__image-container {
    height: 5.18rem;
    background-color: grey;
  }

  .our-services-section__form-btn {
    flex-grow: 1;
    font-size: 0.416rem;
    font-weight: 500;
  }
  .our-services-section__form-btn > p {
    width: 5.8rem;
    font-size: 0.52rem;
  }
  .services-head-text{
    width: 10.04rem !important;
  }
}
