.solutions-section {
  background: linear-gradient(225.35deg, #cc4e0b -5.25%, #112a52 17.56%, #112a52 111.29%);
  padding-top: 45px;
  padding-bottom: 65px;
  overflow: hidden;
  background-size: cover;
}
.solutions-section *:not(h6) {
  color: #ffffff;
}
.solutions-section h2 {
  color: #9fc4f2;
}
.solutions-section .solution-column {
  width: 33.33%;
  display: flex;
  align-items: start;
  justify-content: center;
}
.solutions-section .solution-column .solution-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 350px;
  letter-spacing: 0;
}
.solutions-section .title-wrapper {
  margin-bottom: 30px;
}
.solutions-section .solution-column .solution-item h4,
.solutions-section .solution-column .solution-item h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.solutions-section .solution-column .solution-item .solution-icon {
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .solutions-section {
    padding-bottom: 50px;
  }
  .solutions-section .solution-column {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .solutions-section .solution-column {
    width: 100%;
  }
}
