#hero {
  width: 100%;
  /*height: 520px;*/
}

@media (min-width: 768px) {
  #hero {
    padding-top: 40px;
    width: 100%;
    /*height: 500px;*/
  }
}

@media (min-width: 1200px) {
  #hero {
    /*padding-top: 183px;*/
    /*height: 720px;*/
  }
}

body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 20px;
}

.titolo-black {
  color: #fff;
  font-size: 43.4px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.titolo-black {
  color: #000;
  text-shadow: none;
  font-size: 35px;
}

@media (min-width: 768px) {
  .titolo-black {
    color: #000;
    text-shadow: none;
  }
}

.titolo {
  color: white;
  font-size: 43.4px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.legren-button {
  background-color: #8cc342;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

#hero-product-logo {
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
  text-align: center;
}

.card-title {
  color: #8cc342;
  font-size: 35.4px;
}

ul.product {
  color: #8cc342;
  font-weight: bold;
}

.product-card {
  border: none;
}

.product-item {
  border-bottom: 1px solid #8cc342;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.product-item-type {
  font-weight: bold;
  margin: 0;
  font-size: 1.2rem;
}

.product-item-text {
  font-weight: normal;
  margin: 0;
}

.legren-button {
}

.product-description-claim {
  font-style: italic;
  font-weight: 500;
  color: #8e949a;
  font-size: 22px;
}

@media (min-width: 1400px) {
  .product-description-claim {
    font-size: 28px;
  }
}

#description {
}

.product-description-title {
  color: #8cc342;
  font-size: 26px;
}

.product-description-paragraph {
  color: #8e949a;
  font-size: 20px;
}

.footer {
  border-top: 1px solid var(--bs-dark-bg-subtle);
}

.col-partner {
  margin-bottom: 5px;
  border: 1px solid var(--bs-dark-bg-subtle) ;
}

