/* Hero */
#amazon-container .hero-wrap .text-hero .button {
  background-color: #ff9900;
  border: 1px solid #ff9900;
}

#amazon-container .hero-wrap .text-hero h2 span {
  color: #ff9900;
}

/* Certificates */
.certificates-text h3 {
  margin-bottom: 20px;
}

/* Gestiones */
.gestion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gestion h3 {
  margin-bottom: 70px;
  max-width: 450px;
  text-align: center;
  z-index: 2;
}

.card-gestion {
  padding: 80px 30px;
  width: calc(100% - 60px);
  border-radius: 10px;
  background-color: #131938;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.card-gestion p {
  max-width: 500px;
}

/* Service Amazon */
.services-amazon h3 {
  text-align: center;
  margin-bottom: 30px;
}

.card-service-amazon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.card-service-amazon:nth-of-type(6){
  margin-bottom: 0;
}

.card-service-amazon div {
  width: 40%;
}

.card-service-amazon img {
  width: 45%;
  ;
}

.card-service-amazon h4 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 700;
}

.card-service-amazon p {
  max-width: 500px;
  margin-bottom: 15px;
}

/*--------------------- RESPONSIVE ----------------------*/

/* Mobile */
@media screen and (max-width: 768px) {
  .certificates-text {
    margin-bottom: 60px;
  }

  .gestion h3 {
    margin-bottom: 30px;
  }

  .card-gestion {
    flex-direction: column;
    align-items: baseline;
    padding: 50px 30px;
  }

  .card-gestion img {
    width: 70%;
    margin-bottom: 20px;
  }

  /* Phrase */

  .phrase h2,
  .phrase h2 span {
    font-size: 24px !important;
    line-height: 34px !important;
    max-width: unset;
    width: 100%;
  }


  /* Own Technology */
  .own-technology{
    padding: 0 5%;
  }

  /* Gestion */
  .gestion{
    padding: 0 5%;
  }

}

@media screen and (max-width: 1000px) {

  /* Services amazon */
  .card-service-amazon {
    flex-direction: column;
  }

  .card-service-amazon div {
    width: 100%;
  }

  .card-service-amazon p {
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }

  .card-service-amazon h4 {
    font-size: 23px;
    line-height: 25px;
    color: #D40861;
    text-align: center;
    font-weight: 700;
  }

  .card-service-amazon img {
    width: 80%;
    margin: 30px 0;
  }
}