.solutions-cards--section {
  background: var(--background-color);
  color: var(--text-color);
  position: relative;
  margin: 150px 0 0;
  padding: 0px 0 100px;
  --swiper-pagination-color: var(--green2);
  --swiper-pagination-bullet-inactive-color: var(--sand);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
@media screen and (max-width: 1280px) {
  .solutions-cards--section {
    margin: 50px 0;
    padding: 10px 0 60px;
  }
}
.solutions-cards--section h2.heading {
  font-size: 58px;
  font-weight: 700;
  text-align: center;
  max-width: 1026px;
  margin: 40px auto;
}
@media screen and (max-width: 1280px) {
  .solutions-cards--section h2.heading {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .solutions-cards--section h2.heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .solutions-cards--section .solutions--container {
    padding-bottom: 60px;
  }
}
.solutions-cards--section .solutions--container .swiper-wrapper {
  line-height: 1.4;
  align-items: center;
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text {
  margin: 0 30px;
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper {
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  position: relative;
  padding: 20px;
  overflow: visible;
}
@media screen and (max-width: 1280px) {
  .solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(../../assets/images/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper:before {
    content: "";
    background-image: url(../../assets/images/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper .nav-next,
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper .nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper .nav-next {
  right: -30px;
  background-image: url(../../assets/images/arrow-right.png);
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .solution--text .content--wrapper .nav-prev {
  left: -30px;
  background-image: url(../../assets/images/arrow-left.png);
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .business-solutions--content {
  padding: 20px;
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .business-solutions--content h3 {
  padding-bottom: 10px;
}
.solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .business-solutions--content li {
  padding-bottom: 5px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .solutions-cards--section .solutions--container .swiper-wrapper .swiper-slide .business-solutions--content {
    font-size: 18px;
  }
}

/*# sourceMappingURL=solutions-cards.css.map */
