.container-fluid {
  max-width: 1500px;
}

.solutions {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.solutions .solutions-header {
  margin: 0px 45px;
  margin-bottom: 45px;
}

.solutions .solutions-header h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  color: #0B6A7E;
  max-width: 100% !important;
  margin-bottom: 10px;
}

.solutions .solutions-header p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #00121C;
  max-width: 60%;
}

.solutions .solutions-rows {
  width: 75%;
  margin: auto;
  margin-top: 40px;
}

.solutions .solutions-item {
  margin-bottom: 30px;
}

.solutions .solutions-img {
  position: relative;
}

.solutions .solutions-img img {
  width: 40%;
  height: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.solutions .solutions-text {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  transition: .3s;
  z-index: 2;
}

.solutions .solutions-text a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #0B6A7E;
}

.solutions .solutions-text h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #0B6A7E;
}

.solutions .solutions-text:hover {
  transition: 0.5s;
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.solutions .solutions-item:hover .solutions-text h2 {
  font-weight: 800;
  font-size: 20px;
}

@media (max-width: 576px) {
  .solutions .solutions-img img {
    width: 60%;
  }
}

@media (max-width: 576px) {
  .solutions-header {
    margin: 0 3px !important;
  }
}

@media (max-width: 576px) {
  .solutions .solutions-header p {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .no-margin-sm {
    margin: 0 !important;
  }
}

@media (max-width: 576px) {
  .solutions-header p {
    text-align: justify;
  }
}

a:hover, a:active, a:focus {
  color: #3FC0DC;
  outline: none;
  text-decoration: none;
}

