.product-main {
  margin-top: 117px;
}

.product-main--nature {
  background: url('./assets/images/banner-Anature.jpg') no-repeat;
  background-size: 100%;
}

.product-main--triple-action {
  background: url('./assets/images/banner-TripleAction.jpg') no-repeat;
  background-size: 100%;
}

.product-main--spray {
  background: url('./assets/images/banner-Sprey.jpg') no-repeat;
  background-size: 100%;
}

.product-main--uno {
  background: url('./assets/images/banner-UNO.jpg') no-repeat;
  background-size: 100%;
}

.product-main__text {
  color: #0b1561;
  font-family: "Comfortaa Bold", sans-serif;
  max-width: 525px;
  margin: 0 auto 0 0;
  padding: 12% 80px;
}

.product-main__text h1 {
  font-weight: bold;
  font-size: 40px;
}

@media only screen and (max-width: 1150px) {
  .product-main__text {
    padding: 8% 20px;
  }

  .product-main__text h1 {
    font-size: 30px;
    width: 300px;
  }

  .product-main--nature {
    background-size: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .product-main__text {
    padding: 6% 20px;
  }

  .product-main__text h1 {
    font-size: 24px;
    width: 250px;
  }
}

@media only screen and (max-width: 450px) {
  .product-main__text {
    text-align: center;
  }

  .product-main__text h1 {
    width: auto;
  }

  .product-main--nature {
    background-color: #edffff;
    background-image: none;
  }
}

.benefit-cards {
  background: #0b1561;
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 50px;
}

.benefit-cards--with-header {
  flex-direction: column;
}

.benefit-cards--with-header h2 {
  font-family: "Comfortaa Bold", sans-serif;
  font-size: 28px;
  text-align: center;
}

.benefit-cards--with-header .benefit-cards__content {
  display: flex;
  justify-content: space-around;
  padding: 50px 50px 0;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}

.benefit-icon {
  width: 85px;
  height: 85px;
}

.benefit-icon img {
  width: 100%;
}

.benefit-card h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0 10px;
  text-align: center;
  font-family: "Comfortaa Regular", sans-serif;
}

@media only screen and (max-width: 1150px) {
  .benefit-cards {
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    padding: 40px 10px;
  }

  .benefit-card.benefit-card--long-descr:last-of-type {
    padding-bottom: 0;
  }

  .benefit-cards--with-header > div {
    flex-direction: column;
    padding: 40px 0 0;
  }

  .benefit-card {
    padding-bottom: 40px;
  }

  .benefit-card h3 {
    font-size: 18px;
  }

  .benefit-cards--with-header h2 {
    font-size: 22px;
  }

  .benefit-icon {
    width: 65px;
    height: 65px;
  }
}
