.heading-1 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
}

.end-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #3F1521;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 39px 156px;
  display: flex;
  margin: 32px 60px 32px 60px;
  width: 100%;
}

.title-end {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 145%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.cta {
  margin-top: 25px;
  background-color: #3F1521;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  border: solid 1px #000;
  transition: 0.8s;
  letter-spacing: 1px;
  border-radius: 2px;
  color: white;
  
}

.cta:hover{
background-color: white;
color: black !important;;
text-decoration: none;
}

.cta:visited{
  color: white !important;
}


.cta-white {
  margin-top: 25px;
  background-color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  border: solid 1px #ffffff;
  transition: 0.8s;
  letter-spacing: 1px;
  border-radius: 2px;
  color: #000;
  padding: 12px 24px ;
}

.cta-white:hover{
background-color: rgba(255, 255, 255, 0.242);
color: rgb(255, 255, 255) !important;;
text-decoration: none;
}

.cta-white:visited{
  color: rgb(0, 0, 0) !important;
}


.hero-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  background-color: #3F1521;
  background-position: 0px 0px;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  margin-top: 32px;
  margin-right: 60px;
  margin-left: 60px;
}

.pragraph {
  color: #ffffff;
  text-align: justify;
  max-width: 940px;
  font-weight: 400;
  line-height: 145%;
  font-family: Montserrat, sans-serif;
}

.subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
  font-family: Montserrat, sans-serif;
}

.div-block {
  margin-left: 60px;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
}

.bloc-all-product {
  grid-column-gap: 32px;
  grid-row-gap: 42px;
  margin: 32px 60px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  
}

.bloc-one-product {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 45vw;
  padding: 24px;
  min-height: 550px;
}

.bloc-txt {
  font-family: Montserrat, sans-serif;
  max-width: fit-content;
}

.heading-2 {
  color: #3F1521;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  
}

.heading-3 {
  color: #3F1521;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  transition: 0.8s;
}

.heading-3 a:hover{
  text-decoration: none;
}



.para-product {
  color: #000;
  max-width: 550px;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 145%;
}

@media screen and (max-width: 1500px) {
  .pragraph {
    max-width: 600px;
  }

  .bloc-all-product {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin: 32px 10px;
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-3{
    text-align: center;
  }

  .para-product {
    color: #000;
    max-width: 100%;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 145%;
  }

  .bloc-one-product {
    grid-column-gap: 32px;
    grid-row-gap: 42px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 99vw;
    flex-direction: row;
  }

  .bloc-txt{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    max-width: 450px;
    padding-bottom: 42px;
  }

  .block-img{
    max-width: 250px;
  }

}

@media screen and (max-width: 767px) {
  .end-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: linear-gradient(#0003, #0003), url('https://static.millesima.com/s3/contrib/common/landing-pages/2025/250402_summer-rose24/images/footer.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 450px;
    padding: 32px 32px;
    display: flex;
    margin: 32px 10px 32px 10px;
  }

  .bloc-one-product {
    grid-column-gap: 32px;
    grid-row-gap: 42px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 99vw;
    flex-direction: row;
  }

  .bloc-txt{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    max-width: 450px;
    padding-bottom: 42px;
  }


  .pragraph {
    max-width: 450px;
  }

  .subtitle {
    text-align: center;
    max-width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .pragraph {
    max-width: 300px;
  }

  .bloc-all-product {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bloc-one-product {
    flex-flow: column;
  }

  .bloc-txt {
    max-width: 100%;
  }
}
