/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/age-block/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.age-block {
  margin: 12.4rem max(12.8rem, (100vw - 144rem) / 2 + 12.8rem);
  margin-top: 0;
}
.age-block h2 {
  position: relative;
  margin-bottom: 3.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.age-block svg {
  position: absolute;
  right: -0.7rem;
  top: -0.1rem;
  z-index: -1;
  width: 10.2rem;
  height: 5.3rem;
}
.age-block .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.age-block .cta2 {
  padding: 0;
  flex-shrink: 1;
  display: flex;
  height: 13rem;
  width: 22rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1F1F1F;
  align-items: center;
  justify-content: center;
}
.age-block .cta2:hover {
  color: white;
  background-color: #EB6109;
}
.age-block .cta2:not(:first-of-type) {
  margin-left: 2rem;
}

@media only screen and (max-width: 900px) {
  .age-block {
    margin: 6.4rem 2.4rem;
  }
  .age-block h2 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .age-block h2 svg {
    width: 5.5rem;
    height: 3.7rem;
    left: 14.5rem;
  }
  .age-block .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    row-gap: 1.2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
  .age-block .container .cta2 {
    height: 13rem;
    width: auto;
  }
  .age-block .container .cta2:not(:first-of-type) {
    margin-left: 0rem;
  }
}

/*# sourceMappingURL=style-age-block.css.map*/