.maximize {
  padding: 60px 0 56px 0;
  text-transform: uppercase;
}

.section-text.maximize p {
  max-width: 1020px;
  margin: 0 auto;
}

.maximize strong {
  color: var(--light-blue);
  font-weight: 900;
}

.text-with-image .text p {
  margin-bottom: 51px;
}

.approach {
  padding: 128px 0 111px 0;
}

.approach p {
  max-width: 678px;
}

.approach h1,
.approach h2,
.approach h3,
.approach h4,
.approach h5,
.approach h6 {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.approach strong {
  display: block;
  color: var(--light-blue);
  margin-bottom: 15px;
}

.approach~.text-with-image~.text-with-image:not(.why-us) {
  margin-top: 99px;
}

.approach~.text-with-image:not(.why-us) .container {
  width: 965px;
  justify-content: space-between;
  gap: 45px;
}

.approach~.text-with-image:not(.why-us) .inner {
  padding: 104px 0 0 24px;
  margin: 0;
  max-width: 100%;
}

.approach~.text-with-image:not(.why-us).image-left .inner {
  padding: 68px 0px 0 0px;
}

.approach~.text-with-image:not(.why-us) .text {
  justify-content: start;
  width: 64%;
  padding: 25px;
  margin-left: -50px;
}

.approach~.text-with-image:not(.why-us).image-left .text {
  margin-left: 70px;
}

.approach~.text-with-image:not(.why-us) img {
  border-radius: 14px;
  max-width: 419px;
  aspect-ratio: 419 / 442;
  object-fit: cover;
  width: auto;
  height: auto;
}

.approach~.text-with-image:not(.why-us).image-right img {
  margin-left: auto;
}

.approach~.text-with-image:not(.why-us) strong {
  font-size: 36px;
  line-height: 1.222em;
  letter-spacing: 0.05em;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  text-transform: uppercase;
}

.approach~.text-with-image:not(.why-us) p {
  margin-bottom: 25px;
}

.approach~.text-with-image:not(.why-us) ul {
  margin-left: 36px;
}

.approach~.text-with-image:not(.why-us) li {
  position: relative;
  list-style: none;
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.approach~.text-with-image:not(.why-us) li::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: -21px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.text-with-image.step .inner::after {
  position: absolute;
  top: 56px;
  left: 100px;
  font-size: 18px;
  line-height: 1em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  color: var(--light-blue);
  text-transform: uppercase;
}

.text-with-image.step .inner::before {
  content: '';
  width: 57px;
  height: 2px;
  background: var(--light-blue);
  position: absolute;
  top: 65px;
  left: 25px;
}

.text-with-image.image-left.step .inner::before {
  top: 31px;
  left: 1px;
}

.text-with-image.image-left.step .inner::after {
  top: 22px;
  left: 77px;
}

.text-with-image.step .text::before {
  position: absolute;
  top: -90px;
  left: 0;
  color: var(--light-blue);
  opacity: 0.1;
  font-size: 200px;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  letter-spacing: -0.02em;
}

.text-with-image.image-left.step .text::before {
  left: -40px;
}

.text-with-image.step-one .text::before {
  content: '01';
}

.text-with-image.step-one .inner::after {
  content: 'step one';
}

.text-with-image.step-two .text::before {
  content: '02';
}

.text-with-image.step-two .inner::after {
  content: 'step two';
}

.text-with-image.step-three .text::before {
  content: '03';
}

.text-with-image.step-three .inner::after {
  content: 'step three';
}

.text-with-image.step-four .text::before {
  content: '04';
}

.text-with-image.step-four .inner::after {
  content: 'step four';
}

.text-with-image.step-four .inner {
  max-width: 387px;
}

.ready {
  text-align: center;
  margin-top: 87px;
  padding-top: 69px;
}

.ready strong,
.ready h1,
.ready h2,
.ready h3,
.ready h4,
.ready h5,
.ready h6 {
  color: var(--light-blue);
  text-transform: uppercase;
  margin-bottom: 9px;
  display: block;
}

.ready p {
  max-width: 799px;
  margin: 0 auto;
}

.list {
  padding: 53px 0 120px 0;
}

.list .container {
  width: 1216px;
}

.difference {
  padding: 150px 0 172px 0;
}

.difference .el {
  flex: unset;
}

.difference .container {
  width: 1089px;
}

.difference .inner {
  gap: 20px;
}

.difference .title {
  max-width: 1070px;
  margin-bottom: 43px;
}

.difference .title p,
.difference .title p strong {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -0.02em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  text-transform: uppercase;
}

.difference .title p strong {
  color: var(--light-blue);
}

.difference .img {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 31px;
}

.difference .el-text {
  max-width: 100%;
}

.difference .el-text p {
  font-size: 24px;
}

.why-us .text .inner {
  max-width: 512px;
}

.why-us h1,
.why-us h2,
.why-us h3,
.why-us h4,
.why-us h5,
.why-us h6 {
  text-transform: uppercase;
  margin-bottom: 34px;
}

.results {
  padding: 67px 0 64px 0;
}

.results .container {
  width: 1228px;
}

.results .el {
  text-align: left;
  flex: unset;
  max-width: 225px;
}

.results .title {
  margin-bottom: 24px;
}

.results .el-title p,
.results .title p {
  text-transform: uppercase;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0;
}

.results .el-title {
  line-height: 1em;
}

.results .el-title p strong {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.02em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  margin-bottom: 0;
  display: block;
}

.results .el-text {
  margin: 16px 0 0 0;
}

.bottom-cta {
  padding: 87px 0 93px 0;
}

.bottom-cta .container {
  width: 1229px;
}

.bottom-cta .title {
  margin-bottom: 7px;
}

.bottom-cta .text p {
  font-size: 24px;
}

.bottom-cta .button,
.bottom-cta .button:hover {
  margin-top: 34px;
}

@media screen and (max-width: 1300px) {
  .difference .title p, .difference .title p strong {
    font-size: 48px;
    line-height: 54px;
  }
}

@media screen and (max-width: 992px) {
  .approach {
    padding: 60px 0;
  }

  .approach~.text-with-image:not(.why-us) strong {
    font-size: 24px;
  }

  .approach~.text-with-image:not(.why-us) li {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px;
  }

  .approach~.text-with-image:not(.why-us) li::before {
    top: 10px;
    left: -16px;
  }

  .approach~.text-with-image:not(.why-us) img {
    max-width: 349px;
  }

  .list {
    padding: 60px 0;
  }

  .difference {
    padding: 60px 0;
  }

  .why-us .image {
    display: none;
  }

  .why-us .text {
    width: 100%;
    padding: 90px 25px 60px 25px;
  }

  .why-us .text .inner {
    max-width: 100%;
  }

  .results .title {
    margin-bottom: 30px;
  }

  .results .inner {
    padding-left: 80px;
  }

  .results .el {
    max-width: 325px;
  }

  .results .el-title p strong {
    font-size: 32px;
    line-height: 1.1em;
    margin: 0;
  }

  .bottom-cta {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .retail img {
    object-position: 50% 20%;
  }

  .text-with-image .text p {
    margin-bottom: 24px;
  }

  .approach~.text-with-image:not(.why-us).image-right img {
    margin: 0;
  }

  .approach~.text-with-image:not(.why-us) .container {
    padding: 0 25px;
  }

  .approach~.text-with-image:not(.why-us) .text {
    padding: 25px 0;
    margin-top: 55px;
  }

  .approach~.text-with-image~.text-with-image:not(.why-us) {
    margin-top: 20px;
  }

  .approach~.text-with-image:not(.why-us).image-left .text {
    justify-content: start;
  }

  .ready {
    margin-top: 30px;
  }

  .list .container {
    gap: 30px;
  }

  .difference .title p, .difference .title p strong {
    font-size: 32px;
    line-height: 36px;
  }

  .difference .el-text p {
    font-size: 14px;
  }

  .why-us .text {
    padding: 60px 25px 30px 25px;
  }
}

@media screen and (max-width: 567px) {
  .difference .title p, .difference .title p strong {
    font-size: 20px;
    line-height: 24px;
  }

  .why-us ul {
    margin-left: 34px;
  }

  .why-us li,
  .why-us li strong {
    font-size: 14px;
  }

  .why-us li::before {
    width: 24px;
    height: 24px;
    top: -1px;
    left: -34px;
  }

  .bottom-cta .text p {
    font-size: 14px;
  }

  .approach~.text-with-image:not(.why-us) .text,
  .approach~.text-with-image:not(.why-us).image-left .text {
    margin-left: 0;
  }

  .approach~.text-with-image:not(.why-us) .text {
    width: 100%;
  }

  .approach~.text-with-image:not(.why-us) .inner {
    padding-left: 0;
  }

  .results .inner {
    padding-left: 0;
  }

}