/* SCSS file content */
.home-solutions-wrapper {
  overflow: hidden;
}

.home-solutions {
  padding: 3.125rem 0 1.5625rem;
  overflow: hidden;
  position: relative;
}
.home-solutions .bg-wrap figure {
  background-image: url("images/solution-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .home-solutions {
    padding: 5rem 0;
  }
}
@media (min-width: 1420px) {
  .home-solutions {
    padding: 8.125rem 0;
  }
}
@media (min-width: 992px) {
  .home-solutions .image-section {
    max-width: 40.9375rem;
  }
}
.home-solutions .image-section figure {
  padding-top: calc(608 / 655 * 100%);
  position: relative;
  border-radius: 1.125rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  isolation: isolate;
}
.home-solutions .image-section figure img,
.home-solutions .image-section figure source {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media (max-width: 1419.98px) {
  .home-solutions .image-section {
    height: 100%;
  }
  .home-solutions .image-section figure {
    height: 100%;
  }
}
.home-solutions .content-section {
  width: 100%;
}
@media (min-width: 1200px) {
  .home-solutions .content-section {
    width: 95%;
    margin-left: auto;
  }
}
@media (min-width: 1700px) {
  .home-solutions .content-section {
    width: 81.9%;
  }
}
.home-solutions .title-wrap {
  margin-bottom: 1.8125rem;
  max-width: 47.8125rem;
}
@media (min-width: 1200px) {
  .home-solutions .title-wrap {
    margin-bottom: 1.5rem;
    max-width: none;
  }
}
@media (min-width: 1700px) {
  .home-solutions .title-wrap {
    margin-bottom: 2.625rem;
  }
}
.home-solutions .image-section-sm {
  max-width: 100%;
  margin-bottom: 1.3125rem;
}
.home-solutions .image-section-sm figure {
  padding-top: calc(318 / 343 * 100%);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.home-solutions .image-section-sm figure img,
.home-solutions .image-section-sm figure source {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media (min-width: 768px) {
  .home-solutions .image-section-sm {
    max-width: 31.25rem;
  }
  .home-solutions .image-section-sm figure {
    padding-top: calc(400 / 500 * 100%);
    position: relative;
  }
  .home-solutions .image-section-sm figure img,
  .home-solutions .image-section-sm figure source {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
  }
}
.home-solutions .text-wrap {
  max-width: 32.0625rem;
  margin-bottom: 2.4375rem;
}
.home-solutions .text-wrap p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03rem;
}
@media (min-width: 992px) {
  .home-solutions .text-wrap p {
    font-size: 1.125rem;
    line-height: 1.45;
    letter-spacing: -0.03375rem;
  }
}
@media (min-width: 1700px) {
  .home-solutions .text-wrap {
    margin-bottom: 4.375rem;
  }
}
.home-solutions .counter-wrap {
  margin-bottom: 1.9375rem;
  row-gap: 1.25rem;
}
@media (min-width: 768px) {
  .home-solutions .counter-wrap {
    margin-bottom: 3.1875rem;
  }
}
@media (min-width: 1700px) {
  .home-solutions .counter-wrap {
    margin-bottom: 5rem;
  }
}
.home-solutions .counter-wrap .counter {
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .home-solutions .counter-wrap .counter {
    padding: 0 1rem;
  }
}
@media (min-width: 1420px) {
  .home-solutions .counter-wrap .counter {
    padding: 0 1.5rem;
    min-width: 12.9375rem;
  }
  .home-solutions .counter-wrap .counter:last-child {
    min-width: 18.5625rem;
  }
}
.home-solutions .counter-wrap .counter:first-child {
  padding-left: 0;
}
.home-solutions .counter-wrap .counter .num {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .home-solutions .counter-wrap .counter .num {
    line-height: 1.4;
  }
}
@media (min-width: 1420px) {
  .home-solutions .counter-wrap .counter .num {
    font-size: 2.5rem;
  }
}
.home-solutions .counter-wrap .counter .sub-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.015rem;
  line-height: 1.18;
}
.home-solutions .counter-wrap .counter + .counter {
  border-left: 1px solid rgba(185, 185, 185, 0.4);
}
@media (max-width: 767.98px) {
  .home-solutions .counter-wrap .counter + .counter {
    margin-top: 1.875rem;
    border-left: none;
  }
}
@media (max-width: 1420px) {
  .home-solutions .counter-wrap .counter:nth-child(1) {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .home-solutions .counter-wrap .counter {
    border-bottom: 1px solid rgba(185, 185, 185, 0.4);
  }
  .home-solutions .counter-wrap .counter:last-child {
    border-bottom: none;
  }
}
.home-solutions .btn-primary {
  padding: 0.9375rem 1.75rem;
}
@media (min-width: 768px) {
  .home-solutions .btn-primary {
    padding: 0.9375rem 2.375rem;
  }
}