.aes-home-bin-section {
  padding: 45px 0 50px;
  background: #fff;
}

.aes-home-bin-section .aes-home-bin-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.aes-home-bin-section .aes-home-bin-intro {
  padding: 10px 20px 10px 0;
}

.aes-home-bin-section .aes-home-bin-icon {
  margin-bottom: 10px;
}

.aes-home-bin-section .aes-home-bin-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.aes-home-bin-section .aes-home-bin-intro h2 {
  color: #005bbb;
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 15px;
}

.aes-home-bin-section .aes-home-bin-intro p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
}

.aes-home-bin-section .aes-home-bin-card {
  height: 100%;
  padding: 10px 18px;
  border-left: 1px solid #ddd;
  text-align: center;
}

.aes-home-bin-section .aes-home-bin-image {
    width: 65px;
    height: 85px;
    max-width: 65px;
    max-height: 85px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.aes-home-bin-section .aes-home-bin-card h3 {
  color: #003f91;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 8px;
}

.aes-home-bin-section .aes-home-bin-card p {
  color: #333;
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.aes-home-bin-section .aes-home-bin-card a {
  color: #43b649;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.aes-home-bin-section .aes-home-bin-card a:hover {
  color: #005bbb;
}

.aes-home-bin-section .aes-home-bin-card a span {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .aes-home-bin-section .aes-home-bin-intro {
    padding-right: 10px;
  }

  .aes-home-bin-section .aes-home-bin-card {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .aes-home-bin-section {
    padding: 35px 15px;
  }

  .aes-home-bin-section .aes-home-bin-row {
    display: block;
  }

  .aes-home-bin-section .aes-home-bin-intro {
    padding: 0 0 25px;
  }

  .aes-home-bin-section .aes-home-bin-card {
    border-left: 0;
    border-top: 1px solid #ddd;
    padding: 25px 10px;
    margin-top: 0;
  }

  .aes-home-bin-section .aes-home-bin-image {
    width: 60px;
    height: 75px;
    max-width: 60px;
    max-height: 75px;
    margin: 0 auto 15px;
  }
}


/* =========================================================
   AES HOME - WHY CHOOSE AES RECYCLING
   ========================================================= */

.aes-home-why-section {
  padding: 35px 0 40px;
/*  background: #f4f8fc;*/
}

.aes-home-why-section .aes-home-why-heading {
  text-align: center;
  margin-bottom: 25px;
}

.aes-home-why-section .aes-home-why-heading h2 {
  margin: 0;
  padding: 0;
  color: #005bbb;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}


/* Six items in one row on desktop */
.aes-home-why-section .aes-home-why-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.aes-home-why-section .aes-home-why-row > [class*="col-"] {
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
  width: 16.666666%;
  padding-left: 10px;
  padding-right: 10px;
}


/* Individual benefit */
.aes-home-why-section .aes-home-why-card {
  height: 100%;
  padding: 5px 10px 10px;
  text-align: center;
}


/* Icon */
.aes-home-why-section .aes-home-why-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aes-home-why-section .aes-home-why-icon i {
  color: #43b649;
  font-size: 34px;
  line-height: 1;
}


/* Heading */
.aes-home-why-section .aes-home-why-card h3 {
  margin: 0 auto 8px;
  padding: 0;
  max-width: 175px;
  color: #003f91;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}


/* Description */
.aes-home-why-section .aes-home-why-card p {
  margin: 0 auto;
  max-width: 175px;
  color: #333;
  font-size: 12px;
  line-height: 1.45;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .aes-home-why-section .aes-home-why-row {
    flex-wrap: wrap;
  }

  .aes-home-why-section .aes-home-why-row > [class*="col-"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
    margin-bottom: 25px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .aes-home-why-section {
    padding: 30px 15px;
  }

  .aes-home-why-section .aes-home-why-heading {
    margin-bottom: 20px;
  }

  .aes-home-why-section .aes-home-why-heading h2 {
    font-size: 21px;
  }

  .aes-home-why-section .aes-home-why-row {
    display: block;
  }

  .aes-home-why-section .aes-home-why-row > [class*="col-"] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .aes-home-why-section .aes-home-why-card {
    padding: 10px 15px 20px;
  }

}