/* :root {
  --main-color: #cb0536;
  --white-color: #fff;
  --lgray-color: #b2b2b2;
  --simplegray: #808080;
  --black-color: #000;
  --llgray-color: rgb(230, 230, 230)
}
*/
.ul {
  margin: 25px;
}

ul li {
  margin-bottom: 10px;
  font-weight: 300;
}

.hero-text {
  margin-top: 200px;
}

.hero-slogan {
  float: none;
  margin-top: 100px;
  font-size: 1.8em;

}

.hero-slogan h2 {
  font-weight: 400;
}

.img2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/hero5.webp');
}

.img3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/hero6.webp');
}

.img4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/hero7.webp');
}

.img5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/hero8.webp');
}

.section-price {
  background-color: var(--lgray-color);
}

.price {
  font-size: 1.5em;
  color: var(--main-color);
  margin-left: 20px;
}

.warn-text {
  /* font-size: 1em; */
  color: var(--main-color);
  margin-right: 10px;
}

.delivery {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

.delivery img {
  margin: 15px 0;
}

.carrier {
  width: 500px;
  font-size: inherit;
  color: var(--main-color);
}