#sustanibility {
  max-width: 1680px;
  margin: 0 auto;
}

/* Banner */
.banner {
  margin: 4em auto;
  margin-bottom: 0em;
}

/* Pone a trabajar tu ropero */
.work-wardrobe {
  padding-top: 4em;
}

.work-wardrobe .no-margin-bottom {
  margin-bottom: 0;
}

.work-wardrobe .bottom-title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.115em;
  margin-bottom: 3em;
}

.work-wardrobe p {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin: 1em auto;
  width: 60%;
}

/* Options */
.options-items {
  display: flex;
  width: 94%;
  margin: auto;
}

.options-items .item {
  width: 25%;
  padding: 0 0.5em;
}

.options-items .item label {
  border-bottom: 1px solid #000000;
  display: flex;
  font-size: 64px;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  margin-bottom: 0.25em;
}

.options-items .item p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin: 0;
  width: 100%;
}

/* Miradas sustentables */
.sustainable-looks {
  margin: 0em auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.sustainable-looks .title {
  font-weight: 300;
  font-size: 55px;
  line-height: 82px;
  text-align: center;
  letter-spacing: 0.115em;
  display: flex;
  justify-content: center;
}

.sustainable-looks .item {
  margin-top: 2em;
}

.sustainable-looks .item img {
  max-width: 380px;
  background: #c4c4c4;
  text-align: center;
  margin: 3em auto;
  display: flex;
  justify-content: center;
}

.sustainable-looks .item label {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.115em;
  display: flex;
  justify-content: center;
}

.sustainable-looks .item p {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin: 1em auto 4em auto;
  width: 60%;
  text-align: center;
}

hr {
  margin-top: 6em;
}

@media (min-width: 320px) and (max-width: 1023px) {
  #sustanibility {
    margin-top: 7em;
  }

  #sustanibility .banner {
    width: 100%;
  }

  #sustanibility .page-title {
    width: 95%;
    font-size: 30px;
  }

  #sustanibility .work-wardrobe .bottom-title {
    text-align: center;
  }

  #sustanibility .work-wardrobe p {
    width: 100%;
    padding: 0px 15px;
    text-align: justify;
  }

  #sustanibility .options-items {
    flex-wrap: wrap;
    width: 100%;
  }
  #sustanibility .options-items .item {
    width: 100%;
    padding: 0px;
  }
  #sustanibility .options-items .item label {
    margin-left: 10px;
  }

  #sustanibility .sustainable-looks .item p {
    margin: 1em auto 2em auto;
    width: 100%;
    padding: 15px;
    text-align: justify;
  }
}
