.wp-block-image.sectionOne {

  background-size: cover;

  background-repeat: no-repeat;

  min-height: 800px;

  display: flex;

  justify-content: center;

  align-items: center;

}



@media screen and (max-width: 670px) {

  .wp-block-image.sectionOne {

    background-position: center;

  }

}



.wp-block-image.sectionOne figure {

  display: flex;

  flex-direction: column;

  align-items: center;

}



.wp-block-image.sectionOne figcaption {

  font-family: maura;

  color: white;

  font-size: 100px;

  margin-top: 0;

  max-width: 400px;

}

@media screen and (max-width: 430px) {
  .wp-block-image.sectionOne figcaption {
    font-size: 80px;
  }
}



.wp-block-group.sectionTwo {

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: madeTommyLight;

  text-align: center;

  padding: 100px 0 100px 0;

  color: #292357;

}



@media screen and (max-width: 720px) {

  .wp-block-group.sectionTwo {

    padding: 100px 0 100px 0;

  }

}



.wp-block-group__inner-container {

  display: flex;

  flex-direction: column;

  align-items: center;

}



.wp-block-group__inner-container .content {

  width: 600px;

  max-width: 90vw;

}



.wp-block-group__inner-container ul {

  text-align: start;

}



.wp-block-button__link {

  font-family: maura;

  background-color: #292357;

  font-size: 20px;

  padding: 5px 30px 5px 30px;

  border-radius: 10px;

  text-decoration: none;

  color: white;

}