@charset "UTF-8";
.leather__content {
  border-top: 1px solid #eaeaea;
}
.leather__heading {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 8.95522%;
}
.leather__lead {
  margin-bottom: 8.95522%;
}
.leather__img__text {
  line-height: 1.3;
  margin-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .leather__img__item {
    width: 32.08%;
  }
  .leather__img__item:not(:nth-child(3n)) {
    margin-right: 1.88%;
  }
  .leather__img__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 750px) {
  .leather__heading {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .leather__lead {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 999px) {
  .leather__img__item {
    width: 19%;
  }
  .leather__img__item:not(:nth-child(5n)) {
    margin-right: 1.25%;
  }
  .leather__img__item:nth-child(n+6) {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 1000px) {
  .leather__img__item {
    width: 13.285%;
  }
  .leather__img__item:not(:nth-child(7n)) {
    margin-right: 1.167%;
  }
  .leather__img__item:nth-child(n+8) {
    margin-top: 1.167%;
  }
}
