.block-aboutheader {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15rem;
}
@media (min-width: 1024px) {
  .block-aboutheader {
    padding-bottom: 20rem;
  }
}
.block-aboutheader .image-wrapper {
  width: 100%;
  height: 50%;
}
.block-aboutheader .image-wrapper img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .block-aboutheader .image-wrapper img {
    height: 40vh;
  }
}
.block-aboutheader .header-container {
  position: absolute;
  width: 70%;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
}
@media (max-width: 1024px) {
  .block-aboutheader .header-container {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .block-aboutheader .header-container {
    width: 90%;
    padding: 15px 20px;
  }
}
.block-aboutheader .header-container__background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.block-aboutheader .header-container__background svg {
  height: 100%;
  width: 100%;
}
.block-aboutheader .header-container__content {
  position: relative;
  padding: 1rem;
}
@media (min-width: 768px) {
  .block-aboutheader .header-container__content {
    padding: 2rem 4rem;
  }
}
@media (min-width: 1024px) {
  .block-aboutheader .header-container__content {
    padding: 3rem 6rem;
  }
}
@media (min-width: 1600px) {
  .block-aboutheader .header-container__content {
    padding: 5rem 10rem;
  }
}
.block-aboutheader .header-container__content h1 {
  text-align: center;
}
.block-aboutheader .header-container__content__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-aboutheader .header-container__content h1 {
  font-size: 2rem;
  font-weight: 400;
  color: #F1ECE1;
}
@media (min-width: 768px) {
  .block-aboutheader .header-container__content h1 {
    font-size: 2.5rem;
  }
}
.block-aboutheader .header-container__content p {
  font-size: 0.8rem;
  color: #F1ECE1;
  font-weight: 200;
}
@media (min-width: 768px) {
  .block-aboutheader .header-container__content p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .block-aboutheader .header-container__content p {
    font-size: 1.5rem;
  }
}
.block-aboutheader .header-container__content p b,
.block-aboutheader .header-container__content p bold,
.block-aboutheader .header-container__content p strong {
  font-weight: 700;
}
.block-aboutheader .header-container__content p a {
  color: #F1ECE1;
  text-decoration: underline;
}