/* Solutions Section */

.solutions {
    padding-top: 20px;
  }
  
  .solutions h3
  {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
  }
  
  .solutions ul {
    list-style: none;
    padding: 0;
  }
  
  .solutions ul li {
    padding: 0 0 8px 26px;
    position: relative;
  }
  
  .solutions ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #ffc451;
  }
  
  .solutions .icon-box {
    padding-left: 15px;
  }
  
  .solutions .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
  }
  
  .solutions .icon-box i {
    font-size: 48px;
    float: left;
    color: #ffc451;
  }
  
  .solutions .icon-box img {
    width: 48px;
    float: left;
    color: #ffc451;
  }
  
  .solutions .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
  }
  
  .solutions .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }