.product-horizontal__container {
  max-width: 1300px;
  margin: 4rem auto;
  padding: 0 5%;
}

.product-horizontal__container img {
  max-width: 100%;
  margin-top: 4rem;
}

.product-horizontal__detail h2 {
  margin-bottom: 0;
  margin-top: 4rem;
  font-size: 2.2rem;
}

.product-horizontal__detail p {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'nunitolight', sans-serif;
}

@media screen and (min-width: 1024px) {
  .product-horizontal__container {
    display: flex;
  }

  .product-horizontal__container img {
    /**max-width: 625px;**/
    margin-top: 0;
  }

  .product-horizontal__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-horizontal__detail h2 {
    margin-top: 0;
  }
}