.v-product {
  margin-top: 75px;
  margin-bottom: 233px;
}
.v-product__text {
  font-size: 15px;
  color: #666666;
  margin-bottom: 65px;
}
.v-product__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-product__box__product {
  width: 280px;
}
.v-product__box__product > a:hover {
  opacity: 0.8;
}
.v-product__box__product > a > img {
  margin-top: 25px;
  max-width: 100%;
}
.v-product__box__product__heading {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .v-product {
    margin-top: 7.5rem;
    margin-bottom: 5rem;
  }
  .v-product__text {
    font-size: 1.5rem;
    color: #666666;
    margin-bottom: 6.5rem;
  }
  .v-product__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .v-product__box__product > img {
    margin-top: 2.5rem;
  }
}
/*# sourceMappingURL=index.css.map */