.main-solutions {
  margin-top: 150px;
}

.column-solutions h2 {
  margin-top: 90px;
  color: #233771;
}

.solutions-button {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-right: 90px;
  color: #fff;
  border: 1px solid #233771;
  background: #233771;
  border-radius: 30px;
  box-shadow: rgba(37, 39, 89, 0.08) 0px 8px 8px 0;
  cursor: pointer;
}

.solutions-button:hover {
  background: white;
  color: #233771;
  border: 1px solid #233771;
}

.solutions-button a {
  color: #fff;
  text-decoration: none;
}

.solutions-button a:hover {
  color: #233771;
}

.footer-solutions {
  margin-top: 150px;
}

/* MAIN LANDING PAGE */
.row-solutions {
  margin: 0 auto;
  display: flex;
  width: 80%;
}

.column-solutions {
  flex: 50%;
  margin: 0px auto;
}

.img-main-solutions {
  width: 100%;
  margin-top: 00px;
}

.main-p {
  padding-top: 40px;
  padding-bottom: 20px;
}

/* SECTION PILLARS MOBILE */

@media only screen and (max-width: 720px) {
  .main-solutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
  }
  /* .main-solutions h2 {
    padding-top: 50px;
  } */
  .row-solutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .img-main-solutions {
    height: auto;
    width: 80vw;
    /* padding-top: 30px; */
    align-self: center;
  }
  .img-main-solutions[src*="img/Solutions/teamwork.svg"] {
    display: none;
  }
  .solutions-button {
    margin: 10px;
    align-self: center;
  }
}
