main .button,
main .button:active,
main .button:focus,
main .button:hover {
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 8px;
  padding: 0 24px;
  background-color: var(--light-blue);
}

main .button:active,
main .button:focus,
main .button:hover {
  background-color: var(--blue);
}

#hero-i {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#hero-i .container {
  min-height: 517px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hero-i .stitle {
  font-family: 'Normalidad Wide';
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: -4px;
}

#hero-i .title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 9px;
}

.section-text {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.section-text .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
}

.section-text a,
.section-text a:hover {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 7px;
  display: block;
  position: relative;
  width: fit-content;
}

.section-text a::after {
  content: '';
  position: absolute;
  top: 13px;
  right: -20px;
  background-image: url('data:image/svg+xml,<svg width="11" height="11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M.638 0v2.438h6.2L0 9.276 1.724 11l6.838-6.838v6.2H11V0H.638Z" fill="%23fff"/></svg>');
  width: 11px;
  height: 11px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-boxes .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.icon-boxes .container .el:nth-child(1) {
  background-color: var(--dark-green);
}

.icon-boxes .container .el:nth-child(2) {
  background-color: var(--dark-blue);
}

.icon-boxes .container .el:nth-child(3) {
  background-color: var(--blue);
}

.icon-boxes .container .el:nth-child(4) {
  background-color: var(--light-blue);
}

.icon-boxes .container .el {
  color: #fff;
  padding: 42px 30px 76px 44px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 286px;
}

.icon-boxes .container .el p {
  font-size: 16px;
  font-weight: 600;
  max-width: 198px;
}

.icon-boxes .container .el .title {
  font-size: 21px;
  line-height: 1em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  margin-bottom: 13px;
  max-width: 162px;
}

.icon-boxes .container .el .img {
  height: 84px;
}

.solution {
  margin-top: 100px;
  padding: 83px 0 103px 0;
  overflow: hidden;
}

.solution .container {
  display: flex;
  gap: 46px;
}

.solution .img {
  position: relative;
  width: 55.5%;
}

.solution .img-inner {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.solution .img img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.solution .inner img {
  border-radius: 0;
  height: auto;
  width: auto;
  max-width: 100%;
}

.solution .img .text {
  position: absolute;
  top: 28px;
  left: -56px;
  background-color: var(--light-blue);
  width: 164px;
  padding: 10px 15px 16px 15px;
  border-radius: 8px;
}

.solution.image-right .img .text {
  left: unset;
  right: -65px;
}

.solution .img .text p {
  font-size: 12px;
  line-height: 1em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.solution .img .text p strong {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: -2px;
  display: block;
}

.solution .top {
  margin-bottom: 7px;
}

.solution .top-m,
.solution .title-m {
  display: none;
}

.solution .title {
  max-width: 600px;
  margin-bottom: 24px;
}

.solution .bottom {
  max-width: 650px;
}

.solution .bottom p {
  margin-bottom: 0;
}

.solution.image-left {
  padding: 0;
}

.solution.image-right .container {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.solution .inner.style-1 {
  margin: 0 0 7px 0;
}

.solution .inner.style-1 .el .text {
  display: grid;
  grid-template-columns: 209px auto;
  padding: 30px 0 20px 0;
}

.solution.image-right .inner.style-1 .el .text {
  grid-template-columns: 266px auto;
}

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

.solution .inner.style-1 p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--grey);
  margin-bottom: 0;
}

.solution .inner.style-1 p.el-1 {
  color: var(--light-blue);
  padding-right: 9px;
}

.solution.image-right .inner.style-1 p.el-1 {
  padding-right: 29px;
}

.solution .inner.style-1 .el:not(:first-child) {
  border-top: 5px solid #EAEAEA;
}

.solution.image-right .inner.style-1 .el:not(:first-child) {
  border-color: #666666;
}

.solution .inner.style-2 {
  margin: 46px 0 0px 0;
}

.solution .inner.style-2 .el {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 16px;
  max-width: 650px;
}

.solution .inner.style-2 .el:last-of-type {
  margin-bottom: 0;
}

.solution .inner.style-2 .el .img {
  width: 123px;
  height: 123px;
  border-radius: 8px;
  background: var(--light-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.solution .inner.style-2 .el p {
  font-size: 24px;
  line-height: 146%;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.solution .inner.style-2 .el p.el-1 {
  font-size: 30px;
  line-height: 1em;
  color: var(--light-blue);
  font-weight: 700;
  margin: 2px 0 9px 0;
}

.solution .inner.style-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 36px 0 23px 0;
}

.solution .inner.style-3 .el {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 28px 8px 16px 8px;
}

.solution .inner.style-3 .el .img {
  height: 72px;
}

.solution .inner.style-3 .el p {
  font-size: 16px;
  font-weight: 600;
}

.solution .inner.style-3 .el p.el-1 {
  font-size: 20px;
  color: var(--light-blue);
}

.text-with-icon {
  padding: 61px 0 109px 0;
  text-align: center;
}

.text-with-icon .container {
  width: 1426px;
}

.text-with-icon.row {
  margin: 0;
}

.text-with-icon.row .container {
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.text-with-icon .title {
  max-width: 830px;
  margin: 0 auto 37px auto;
}

.text-with-icon.row .title {
  padding-right: 30px;
}

.text-with-icon .title p {
  font-family: 'Normalidad Wide';
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.text-with-icon .title p strong {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-transform: uppercase;
}

.text-with-icon .inner {
  display: flex;
  justify-content: space-between;
}

.text-with-icon.row .inner {
  flex-wrap: wrap;
  gap: 56px 0px;
  max-width: 531px;
}

.text-with-icon .el {
  flex: 1;
}

.text-with-icon.row .el {
  width: 50%;
  flex: unset;
}

.text-with-icon .container .el-inner {
  width: fit-content;
  margin: 0 auto;
}

.text-with-icon .el .img {
  height: 99px;
}

.text-with-icon .el-title p {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Open Sans';
  font-weight: 700;
}

.text-with-icon .el-text {
  max-width: 270px;
  margin: 0 auto;
}

.text-with-icon .el-text p {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 600;
}

.bottom-cta {
  padding: 107px 0 108px 0;
}

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

.bottom-cta .title {
  text-transform: uppercase;
  margin-bottom: 6px;
}

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

.bottom-cta .button,
.bottom-cta .button:active,
.bottom-cta .button:focus,
.bottom-cta .button:hover {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0 29px;
  margin-top: 18px;
  letter-spacing: 0;
}

.text-with-image .container {
  width: 100%;
  display: flex;
  padding: 0;
}

.text-with-image.image-right .container {
  flex-direction: row-reverse;
}

.text-with-image .text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 25px;
  position: relative;
}

.text-with-image .text .inner {
  max-width: 422px;
  margin: 0 auto;
  position: relative;
}

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

.text-with-image .text .inner p:last-child {
  margin-bottom: 0;
}

.text-with-image .image {
  width: 50%;
}

.text-with-image .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose {
  padding: 67px 0 45px 0;
  background: radial-gradient(68.94% 68.94% at 50% -11.67%, #0275B3 0%, #0E181C 100%);
}

.why-choose .container {
  width: 1240px;
}

.why-choose .stitle {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.why-choose .title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  max-width: 950px;
  margin: 0 auto 12px auto;
}

.why-choose .text {
  text-align: center;
  color: #fff;
  max-width: 1030px;
  margin: 0 auto;
}

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

.why-choose .inner {
  display: flex;
  margin-top: 67px;
  padding: 0 10px;
}

.why-choose .inner p {
  color: #fff;
  margin-bottom: 0;
}

.why-choose .stats {
  width: 428px;
  flex-shrink: 0;
}

.why-choose .map {
  display: flex;
  align-items: center;
}

.why-choose .map img {
  width: 100%;
}

.why-choose .stats .el:not(:first-child) {
  margin-top: 51px;
}

.why-choose .stats .el:nth-child(2) .el-title {
  margin-bottom: 16px;
}

.why-choose .stats .el-title {
  font-size: 60px;
  line-height: 64px;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.why-choose .stats .el-text p {
  font-size: 20px;
  font-weight: 600;
}

.why-choose .stats .el-text p strong {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: 'Normalidad Wide';
}

.why-choose .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin: 49px 0 23px 0;
}

.why-choose .boxes .el {
  text-align: center;
  background: rgba(24, 97, 136, 0.6);
  border-radius: 14px;
  padding: 47px 8px 22px 8px;
}

.why-choose .boxes .el .img {
  height: 109px;
}

.why-choose .boxes .el p {
  font-weight: 600;
  color: #fff;
  max-width: 290px;
  margin: 0 auto;
}

.why-choose .boxes .el p.el-title {
  font-size: 28px;
  line-height: 36px;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--green);
  max-width: 200px;
  margin: 0 auto 20px auto;
}

.list {
  padding: 60px 0;
}

.list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 56px 40px;
}

.list .el {
  width: 484px;
  border-left: 10px solid var(--light-blue);
  padding: 0 0 0 11px;
}

.list .el p {
  color: #fff;
  margin-bottom: -3px;
}

.list p.el-title {
  color: var(--light-blue);
  margin-bottom: 5px;
}

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

.list.boxes {
  padding: 0;
  overflow: hidden;
}

.list.boxes .container {
  justify-content: center;
  gap: 0;
}

.list.boxes .el {
  width: 304px;
  border: none;
  padding: 22px 0 27px 24px;
}

.list.boxes .container .el:nth-child(1) {
  background: var(--dark-blue);
}

.list.boxes .container .el:nth-child(2) {
  background: var(--blue);
}

.list.boxes .container .el:nth-child(3) {
  background: var(--light-blue);
}

.list.boxes p.el-title {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.02em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  margin-bottom: 11px;
}

.list.boxes p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.list.boxes p br {
  display: none;
}

.list.boxes p strong {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  max-width: 176px;
  display: block;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  margin-bottom: 2px;
}

.twii {
  background: var(--dark-green);
  padding: 101px 0 87px 0;
}

.twii p {
  color: #fff;
}

.twii .title {
  text-transform: uppercase;
  margin-bottom: 16px;
}

.twii .title span {
  color: var(--light-blue);
}

.twii .text {
  margin-bottom: 28px;
}

.twii .image {
  margin-bottom: 37px;
}

.twii .image img {
  border-radius: 15px;
  max-width: 100%;
}

.twii .image .mobile {
  display: none;
}

.twii .inner {
  display: flex;
  gap: 80px;
  position: relative;
  padding: 40px 0 36px 0;
}

.twii .inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50.5%;
  transform: translateX(-50%);
  width: 2px;
  background: var(--blue);
}

.twii .inner .el {
  flex: 1;
}

.twii .inner .el:last-child {
  padding-left: 39px;
}

.twii .inner .el .top-text {
  text-transform: uppercase;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.twii .inner .text {
  margin-bottom: 0;
}

.twii .inner .text p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}

.twii .inner .text p:last-child {
  margin-bottom: 0;
}

.twii .img {
  margin-right: 16px;
  margin-bottom: 23px;
}

@media screen and (max-width: 1300px) {
  .solution .img img {
    /* max-width: 330px; */
  }

  .solution .img .text {
    left: -16px;
  }

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

  .solution p {
    font-size: 20px;
  }

  .solution .title {
    font-size: 32px;
    line-height: 1em;
  }

  .solution .inner.style-2 .el p,
  .solution .inner.style-1 p,
  .solution .top {
    font-size: 20px;
    line-height: 24px;
  }

  .solution .inner.style-3 .el p.el-1 {
    font-size: 18px;
    line-height: 22px;
  }

  .solution .inner.style-3 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .twii .container .inner {
    padding-left: 0;
    gap: 45px;
  }

  .twii .container .inner img {
    max-height: 70px;
  }

  .twii .container .inner .el .top-text {
    font-size: 28px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 992px) {
  #hero-i .title {
    font-size: 48px;
    line-height: 1em;
  }

  .icon-boxes .container {
    padding: 0;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .icon-boxes .container .el {
    padding: 27px 25px 10px 25px;
    max-width: 100%;
  }

  .solution {
    margin-top: 100px;
  }

  .solution .container {
    gap: 30px;
  }

  .solution p,
  .solution .inner.style-2 .el p,
  .solution .inner.style-2 .el p.el-1,
  .solution .inner.style-1 p {
    font-size: 18px;
  }

  .solution .inner.style-2 .el .img {
    width: 85px;  
    height: 85px;
    padding: 20px;
  }

  .solution .inner.style-1 .el .text {
    padding: 15px 0 17px 0;
    grid-template-columns: 179px auto;
  }

  .solution .inner.style-3 .el p.el-1 {
    font-size: 14px;
    line-height: 16px;
  }

  .solution .inner.style-3 .el p {
    font-size: 14px;
  }

  .solution .inner.style-3 {
    margin-top: 15px;
    gap: 9px;
  }

  .solution.image-right .inner.style-1 .el .text {
    grid-template-columns: 196px auto;
  }

  .solution.services .inner.style-3 .el {
    padding-left: 10px;
    padding-right: 10px;
  }

  .solution .inner.style-3 .el br {
    display: none;
  }

  .text-with-icon .title p strong {
    font-size: 32px;
    line-height: 1.2em;
  }

  .text-with-icon .title p {
    font-size: 20px;
    line-height: 146%;
  }

  .text-with-icon .title {
    max-width: 590px;
    margin-bottom: 50px;
  }

  .text-with-icon .inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .text-with-icon.row .inner {
    max-width: calc(50% - 20px);
    gap: 30px 0px;
    justify-content: space-between;
  }

  .text-with-icon .el {
    width: 300px;
    flex: unset;
  }

  .text-with-icon.row .el {
    padding-right: 20px;
  }

  .text-with-icon .container .el-inner {
    margin: 0 auto;
  }

  .text-with-icon .el-title p {
    font-size: 18px;
    line-height: 1.2em;
  }

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

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

  .why-choose .stats .el-title {
    font-size: 48px;
    line-height: 54px;
  }

  .why-choose .stats .el-text p strong {
    font-size: 24px;
    line-height: 32px;
  }

  .why-choose .stats {
    width: 368px;
  }

  .why-choose .boxes {
    gap: 30px;
  }

  .why-choose .boxes .el {
    padding: 36px 20px 22px 20px;
  }

  .why-choose .boxes .el p.el-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .why-choose .boxes .el p {
    font-size: 18px;
  }

  .why-choose .boxes .el .img {
    height: 69px;
    margin-bottom: 13px;
  }

  .why-choose .boxes .el .img img {
    max-width: 100%;
    max-height: 100%;
  }

  .why-choose .boxes .el {
    padding: 24px 20px 22px 20px;
  }

  .twii {
    padding-bottom: 40px;
  }

  .twii .container .inner .el .top-text {
    font-size: 24px;
  }

  .twii .container .inner img {
    max-height: 57px;
    max-width: 63px;
  }
}

@media screen and (max-width: 768px) {

  .bottom-cta .button,
  .bottom-cta .button:hover,
  .bottom-cta .button:focus,
  .bottom-cta .button:active,
  main .button,
  main .button:hover,
  main .button:focus,
  main .button:active {
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }

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

  .icon-boxes .container .el .img {
    display: none;
  }

  .icon-boxes .container .el .bottom {
    padding: 0;
  }

  .solution {
    margin-top: 60px;
    padding-top: 60px;
  }

  .solution .container,
  .solution.image-right .container {
    flex-direction: column;
    gap: 0 !important;
  }

  .solution .top,
  .solution .title {
    display: none;
  }

  .solution .top-m,
  .solution .title-m {
    display: block;
  }

  .solution .top-m {
    font-size: 14px;
    line-height: 1.2em;
  }

  .solution .title-m {
    font-size: 24px;
    line-height: 21px;
    margin: 10px 0 24px 0;
  }

  .solution .img {
    width: fit-content;
  }

  .solution .container > .img img {
    max-width: 100%;
    aspect-ratio: 340 / 310;
    object-fit: cover;
  }

  .solution .img .text {
    top: 13px;
    left: unset;
    right: -11px;
    width: 131px;
    padding: 5px 5px 8px 15px;
  }

  .solution .img .text p {
    font-size: 10px;
    line-height: 12px;
  }

  .solution .img .text p strong {
    font-size: 28px;
    line-height: 36px;
  }

  .solution .bottom {
    margin: 28px 0 14px 0;
  }

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

  .solution .inner.style-1 p.el-1 {
    font-size: 15px;
    line-height: 15px;
  }

  .solution .inner.style-1 p.el-2 {
    line-height: 15px;
    font-size: 13px;
    color: var(--gray);
  }

  .solution .inner.style-1 .el .text {
    grid-template-columns: 124px auto;
  }

  .solution .inner.style-1 .el:not(:first-child) {
    border-width: 2px;
  }

  .solution p,
  .solution .inner.style-2 .el p,
  .solution .inner.style-1 p {
    font-size: 15px;
    line-height: 1.4;
  }

  .solution .inner.style-2 {
    margin-top: 30px;
  }

  .solution .inner.style-2 .img {
    width: 74px;
    height: 68px;
  }

  .solution .inner.style-2 .img img {
    max-width: 48px;
    width: auto;
  }

  .solution .inner.style-3 .img {
    margin: 0 auto;
  }

  .solution .inner.style-3 .el {
    max-width: 200px;
    margin: 0 auto;
  }

  .solution.image-right .inner.style-1 .el-2 {
    font-size: 13px;
  }

  .solution.image-right .inner.style-1 .el .text {
    grid-template-columns: 124px auto;
  }

  .text-with-icon.row .container {
    flex-direction: column;
  }

  .text-with-icon.row .title {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .text-with-icon .title p strong {
    font-size: 20px;
  }

  .text-with-icon .inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .text-with-icon.row .inner {
    max-width: 100%;
    justify-content: start;
    align-items: start;
    flex-direction: row;
  }

  .text-with-icon .inner br {
    display: none;
  }

  .text-with-icon .el .img {
    height: 90px;
  }

  .text-with-icon .el img {
    max-width: 70px;
    max-height: 70px;
    margin: 0 auto;
  }

  .text-with-icon .el-title p {
    font-size: 16px;
    line-height: 1.2em;
  }

  .text-with-icon .el-text p,
  .text-with-icon .title p {
    font-size: 14px;
  }

  .text-with-icon .title {
    max-width: 410px;
    margin-bottom: 50px;
  }

  .text-with-icon {
    padding-bottom: 60px;
  }

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

  .text-with-image.image-left .container,
  .text-with-image.image-right .container {
    flex-direction: column;
  }

  .text-with-image .image {
    width: 100%;
  }

  .text-with-image .image img {
    max-height: 340px;
  }

  .text-with-image .text {
    width: 100%;
    padding: 50px 25px;
  }

  .text-with-image .text .inner {
    max-width: 100%;
  }

  .why-choose .inner {
    flex-direction: column;
    gap: 60px;
    margin-top: 50px;
  }

  .why-choose .stats .el-title {
    font-size: 32px;
    line-height: 36px;
  }

  .why-choose .stats .el-text p strong {
    font-size: 20px;
    line-height: 24px;
  }

  .why-choose .stats .el-text p {
    font-size: 16px;
  }

  .why-choose .boxes {
    grid-template-columns: 1fr;
  }

  .twii {
    padding: 50px 0 13px 0;
  }

  .twii .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .twii .title {
    margin-bottom: 11px;
  }

  .twii .text {
    margin-bottom: 31px;
  }

  .twii .text p {
    font-size: 16px;
  }

  .twii .text br {
    display: none;
  }

  .twii .image {
    margin-bottom: 0;
  }

  .twii .image .mobile {
    display: block;
  }

  .twii .image .mobile + img {
    display: none;
    margin: 0 auto;
  }

  .twii .image img {
    aspect-ratio: 330 / 220;
    object-fit: cover;
  }

  .twii .container .inner {
    flex-direction: column;
    gap: 33px;
    padding-top: 33px;
  }

  .twii .inner::before {
    display: none;
  }

  .twii .inner .el:first-child {
    border-bottom: 2px solid var(--blue);
    padding-bottom: 25px;
  }

  .twii .inner .el:first-child p {
    max-width: 100%;
  }

  .twii .inner .el:last-child {
    padding-left: 0;
  }

  .twii .inner .el br {
    display: none;
  }

  .twii .container .inner .el .top-text {
    font-size: 18px;
    line-height: 1em;
    padding-top: 8px;
  }

  .twii .inner .text p {
    font-size: 14px;
    margin-bottom: 17px;
  }

  .twii .inner .el .top {
    margin-bottom: 14px;
  }

  .twii .container .inner img {
    max-height: 50px;
  }
}

@media screen and (max-width: 567px) {
  #hero-i .container {
    min-height: 220px;
  }

  #hero-i .title {
    font-size: 32px;
  }

  .icon-boxes .container .el .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 7px;
  }

  .icon-boxes .container .el p {
    font-size: 14px;
  }

  .icon-boxes .container .el {
    padding: 21px 15px 10px 25px;
  }

  .solution .inner.style-3 {
    grid-template-columns: 1fr;
  }

  .section-text {
    padding: 30px 0;
  }
}