.after-hero {
  padding: 114px 0;
  text-transform: capitalize;
}

.after-hero .container > * {
  max-width: 1000px;
}

.after-hero h1,
.after-hero h2,
.after-hero h3,
.after-hero h4,
.after-hero h5,
.after-hero h6 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.infra {
  padding: 230px 0 224px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.infra .container {
  width: 975px;
}

.infra strong {
	font-size: 60px;
	line-height: 64px;
	letter-spacing: -0.02em;
	font-family: 'Normalidad Wide';
	font-weight: 900;
}

.icon-boxes {
  margin-top: -121px;
  z-index: 1;
  position: relative;
}

.icon-boxes .container .el:nth-child(1) img {
  transform: translate(-5px, -8px) scale(.85);
}

.icon-boxes .container .el:nth-child(2) img {
  transform: translate(-3px, -10px) scale(0.85);
}

.icon-boxes .container .el:nth-child(3) img {
  transform: translate(0px, -6px);
}

.icon-boxes .container .el:nth-child(4) img {
  transform: translate(3px, -6px);
}

.keeping {
  padding: 67px 0 0 0;
}

.keeping + * {
  margin-top: 112px;
}

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

.solution .title {
  text-transform: uppercase;
  max-width: 658px;
}

.solution.services .inner.style-3 .el {
  background: #eaeaea;
  padding-left: 0;
  padding-right: 0;
}

.solution.warehousing .inner.style-2 .el-2 {
  font-size: 20px;
  line-height: 146%;
  font-weight: 600;
}

.solution#merchandising .container > .img {
  width: 39%;
}

.solution.services .inner.style-2 .el .img,
.solution.experiental .inner.style-2 .el .img,
.solution#merchandising .inner.style-2 .el .img {
  background: var(--dark-blue);
}

.solution.breakfix .img {
  width: 39.5%;
}

.solution.breakfix .container {
  gap: 41px;
}

.solution.experiental .img {
  width: 39%;
}

.solution.breakfix .title {
  margin-bottom: 35px;
}

.mag {
  margin-top: 88px;
  padding: 395px 0 77px 0;
}

.ignite {
  padding: 76px 0 0 0;
}

.ignite p {
  font-size: 30px;
}

.list {
  padding: 43px 0 148px 0;
}

.list .container {
  width: 1217px;
  justify-content: unset;
  gap: 56px 100px;
}

.list .el {
  border: none;
}

.list .el-title {
  letter-spacing: 0;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 700;
}

.list .text {
  font-weight: 400;
}

.solution.construction {
  margin-top: 0;
}

.solution.construction .container > .img {
  width: 39.5%;
}

.solution.construction .title {
  margin-bottom: 35px;
}

.solution.image-right.construction .img .text {
  right: -35px;
}

.solution.services {
  margin-top: 9px;
  padding: 85px 0 88px 0;
}

.why-choose {
  padding-top: 94px;
}

.why-choose .title {
  max-width: 990px;
}

.why-choose .text p {
  font-weight: 400;
}

.solution.services .container > .img {
  width: 39.5%;
}

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

@media screen and (max-width: 992px ) {
  .after-hero {
    padding: 100px 0;
  }

  .icon-boxes {
    margin-top: 0;
  }

  .infra {
    padding: 100px 0;
  }

  .infra strong {
    font-size: 48px;
    line-height: 95%;
  }

  .keeping {
    padding-top: 90px;
  }

  .keeping + * {
    margin-top: 80px;
  }

  .solution.breakfix .img img {
    max-width: 420px;
    width: 100%;
  }

  .solution .container > .img {
    min-width: 300px;
  }

}

@media screen and (max-width: 768px ) {
  .after-hero {
    padding: 50px 0;
  }

  .infra {
    padding: 62px 0 23px 0;
    text-align: center;
  }

  .infra p {
    font-size: 18px;
  }

  .infra strong {
    font-size: 32px;
  }

  .keeping {
    padding: 43px 0 0 0;
  }

  .keeping + * {
    margin-top: 53px;
  }

  .solution,
  .solution.services {
    padding: 60px 0;
  }

  .solution.warehousing .inner.style-2 .el-2 {
    font-size: 15px;
  }

  .solution.services .button,
  .solution.experiental .button {
    margin: 0 auto;
    display: block !important;
    width: fit-content;
  }

  .mag {
    margin-top: 60px;
    padding: 180px 0 60px 0;
  }

  .ignite {
    padding: 60px 0 0 0;
  }

  .list {
    padding: 30px 0 60px 0;
  }

  .list .el {
    padding: 0;
  }

  .ignite p,
  .list p.el-title {
    font-size: 18px;
  }

  .why-choose {
    padding-top: 60px;
  }
}

@media screen and (max-width: 567px ) {
  .infra p {
    font-size: 16px;
    max-width: 320px;
    margin: 0 auto 8px auto;
  }

  .infra strong {
    font-size: 20px;
  }

  .keeping .container {
    width: 330px;
  }

  .keeping .container p {
    max-width: 260px;
  }

  .ignite p {
    font-size: 14px;
  }

  .why-choose .stitle {
    font-size: 14px;
  }
}