.main-recruitment {
  margin-top: 200px;
}

.column-recruitment 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;
}

/* DOWNLOADABLES */

.download-section {
  background-color: #f9f9f9;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.download-section h1 {
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.row-download {
  margin-top: 100px;
  margin-left: 25px;
}

.column-download {
  float: left;
  width: 33.33%;
}

.row-download::after {
  content: "";
  display: table;
  clear: both;
}

.column-download img {
  display: flex;
  width: 100%;
}

.p-download {
  width: 70%;
  margin-left: 35px;
  background-color: white;
  text-align: center;
  border-radius: 20px;
  box-shadow: 8px 8px 4px rgba(146, 161, 176, 0.15);
}

.download-button {
  display: block;
  width: 200px;
  height: 30px;
  border: 1px solid #233771;
  background: #233771;
  color: #fff;
  border-radius: 30px;
  transition: all 200ms ease;
  box-shadow: rgba(37, 39, 89, 0.08) 0px 8px 8px 0;
  cursor: pointer;
  margin: 0 auto;
}

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

/* MAIN LANDING PAGE */

.pillars-one-recruitment h1 {
  text-align: center;
  padding-top: 100px;
}

.column-recruitment h2 {
  margin-top: 20px;
}
.row-recruitment {
  margin: 100px auto;
  display: flex;
  width: 80%;
}

.column-recruitment {
  flex: 50%;
  margin: 40px auto;
}

.img-main-recruitment {
  width: 90%;
  margin-top: 100px;
}

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

.dot-recruitment {
  margin-bottom: 100px;
}

/* SECTION PILLARS MOBILE */

@media only screen and (max-width: 720px) {
  .main-recruitment {
    margin: 70px 0;
  }
  .row-recruitment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main-recruitment h2 {
    padding-top: 50px;
  }
  .column-recruitment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column-download {
    width: 100%;
  }

  .img-main-recruitment {
    height: 300px;
    width: 300px;
    /* padding-top: 30px; */
    align-self: center;
  }

  .pillars-one-recruitment {
    margin: 0 auto;
  }
  .pillars-one-recruitment h1 {
    padding-top: 50px;
  }
  .column-recruitment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }
  .column-recruitment img {
    height: auto;
    /* padding-top: 30px; */
    align-self: center;
    margin: 0 auto;
  }
  .img-pillars-one-recruitment {
    height: 300px;
    width: 300px;
    margin-left: -20px;
  }

  .img-pillars-one-recruitment[src*="img/Recruitment/enterprice-2.png"] {
    display: none;
  }
  .img-pillars-one-recruitment[src*="img/Recruitment/enterprice-3.png"] {
    display: none;
  }
  .img-pillars-one-recruitment[src*="img/Recruitment/enterprice-4.png"] {
    display: none;
  }

  .solutions-button {
    margin: 10px;
    align-self: center;
  }
}
