.mobile-solutions-functions {
  margin-top: 45px;
  margin-bottom: 20px;
}

.page .mobile-solutions-functions h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}

.mobile-solutions-functions .mobile-solutions-functions__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.mobile-solutions-functions .mobile-solutions-functions__list > li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 12px;
  background-color: #dfdfdf;
}

.mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(odd) {
  background-color: var(--color-secondary);
}

.mobile-solutions-functions .mobile-solutions-functions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 51px;
  height: 51px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.page .mobile-solutions-functions .mobile-solutions-functions__list > li h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

.page .mobile-solutions-functions .mobile-solutions-functions__list > li ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: disc;
}

@media (min-width: 576px) {
  .mobile-solutions-functions {
    margin-top: 50px;
    margin-bottom: 35px;
  }

  .page .mobile-solutions-functions h3 {
    margin-bottom: 25px;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li {
    padding: 16px 32px 16px 16px;
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
  }

  .mobile-solutions-functions .mobile-solutions-functions__icon {
    order: 2;
    margin-left: auto;
  }

  .mobile-solutions-functions .mobile-solutions-functions__text {
    order: 1;
  }
}

@media (min-width: 768px) {
  .mobile-solutions-functions {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(1) {
    width: 80%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(2) {
    width: 90%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(3) {
    width: 70%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(4) {
    width: 60%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(5) {
    width: 100%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(6) {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .mobile-solutions-functions {
    margin-top: 52px;
    margin-bottom: 80px;
  }

  .page .mobile-solutions-functions h3 {
    margin-bottom: 111px;
  }
}

@media (min-width: 1200px) {
  .mobile-solutions-functions {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .page .mobile-solutions-functions h3 {
    margin-bottom: 84px;
    font-size: 32px;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list {
    position: relative;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list::before {
    position: absolute;
    top: -37px;
    bottom: -45px;
    left: 0;
    display: block;
    width: 50%;
    background-image: url(./bg.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li {
    margin-left: 25%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(1) {
    width: 55%;
    padding-left: 7.5%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(2) {
    width: 65%;
    padding-left: 11%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(3) {
    width: 60%;
    padding-left: 14.5%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(4) {
    width: 52.5%;
    padding-left: 18%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(5) {
    width: 75%;
    padding-left: 25%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(6) {
    width: 70%;
    padding-left: 28.5%;
  }
}

@media (min-width: 1366px) {
  .mobile-solutions-functions .mobile-solutions-functions__list::before {
    background-image: url(./bg-xxl.webp);
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li {
    margin-left: 20%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(5) {
    padding-left: 22%;
  }

  .mobile-solutions-functions .mobile-solutions-functions__list > li:nth-child(6) {
    padding-left: 25%;
  }
}
