.service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.service__sub-container {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.services__image-container {
  position: absolute;
  left: 0rem;
  background-color: #f2f3f4;
  height: 5.75rem;
  width: 17.5rem;
  text-align: center;
}

.services__image-container > img {
  width: 12.8rem;
  height: 9.6rem;
  position: relative;
  bottom: 2rem;
}

.service__right-container {
  margin-top: 2rem;
}
.services__ul {
  margin-top: 6.55rem;
  gap: 0.4rem 0;
  display: flex;
  flex-direction: column;
}

.service__ul-heading {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--brandClr);
  line-height: 0.9rem;
  margin-bottom: 0.8rem;
}
.services__li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.services__li > img {
  height: 0.5rem;
  margin-top: 0.2rem;
}

.services__li-description-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.6rem;
}

.services__title-description {
  /* width: 16rem; */
  z-index: 3;
}
.services__title-description > span {
  width: unset;
}

.services__li-description-container > h4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #48394a;
  line-height: 0.9rem;
  margin-top: 0;
  margin-bottom: 0;
}

.services__li-description-container > h4 > span {
  font-weight: 500;
}
.services__title-description {
}

@media screen and (min-width: 768px) {
  .service {
    align-items: flex-start;
  }
  .service-title {
    margin-bottom: 0.45rem;
  }

  .service-description {
    width: 16.2rem;
    margin-bottom: 0.15rem;
    z-index: 1;
  }
  .services__title-description {
    width: 16rem;
    z-index: 3;
  }
  .services__title-description > span {
    width: unset;
  }

  .service__sub-container {
    flex-direction: row;
    width: 100%;
    position: relative;
    margin-top: 0;
    /* flex-direction: row; */
  }
  .services__image-container {
    right: 0;
    left: unset;
    width: 20.37rem;
    z-index: 0;
    right: -1.88rem;
    bottom: 1rem;
    height: 8rem;
    text-align: center;
  }
  .services__image-container > img {
    width: 10.56rem;
    height: 7.54rem;
    position: relative;
    bottom: 2rem;
  }

  .service__right-container {
    width: 16.2rem;
    margin-top: 0;
  }
  .services__ul {
    margin-top: 0;
    gap: 0.22rem 0;
    z-index: 1;
  }
  .services__li-description-container {
    margin-left: 0.22rem;
  }
  .service__ul-heading {
    font-size: 0.41rem;
    margin-bottom: 0rem;
    margin-top: 0.67rem;
    line-height: 0.5rem;
  }
  .services__li {
    z-index: 1;
  }
  .services__li > img {
    height: 0.19rem;
  }

  .services__li-description-container > h4 {
    font-size: 0.377rem;
    line-height: 0.6rem;
  }
}
