section.block-offers {
  padding-top: 100px;
  padding-bottom: 200px;
  background: url("/app/uploads/bg-offers2x-scaled.png?v=2") lightgray no-repeat center/cover;
  background-attachment: fixed;
  color: var(--wp--preset--color--light);
}
@media screen and (max-width: 768px) {
  section.block-offers {
    padding-top: var(--wp--preset--spacing--4-xl-mobile);
    padding-bottom: var(--wp--preset--spacing--4-xl-mobile);
    background-attachment: scroll;
  }
}
section.block-offers h2 {
  color: var(--wp--preset--color--light);
}
section.block-offers .offers {
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.block-offers .offers {
    flex-direction: column;
    gap: 30px;
  }
}
section.block-offers .offers .offer {
  flex: 1;
  padding: 40px;
  border-radius: 15px;
  background: linear-gradient(180deg, #061665 0%, #001341 100%);
  color: var(--wp--preset--color--light);
}
@media screen and (max-width: 768px) {
  section.block-offers .offers .offer {
    padding: 30px;
  }
}
section.block-offers .offers .offer h3 {
  color: var(--wp--preset--color--light);
  font-size: 35px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 10px;
}
section.block-offers .offers .offer .offer-sous_titre {
  font-size: 14px;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
section.block-offers .offers .offer .offer-sous_titre strong {
  font-weight: 600;
}
section.block-offers .offers .offer .offer-sous_titre * {
  margin-bottom: 0;
}
section.block-offers .offers .offer .offer-texte {
  border-top: 1px solid var(--wp--preset--color--light);
  padding-top: 30px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
}
section.block-offers .wp-block-button {
  text-align: center;
}
section.block-offers .wp-block-button a {
  background: transparent;
  gap: 20px;
  display: inline-flex;
  align-items: center;
}