.wp-block.grey_white_text {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .wp-block.grey_white_text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.wp-block.grey_white_text.remove_bottom_padding {
  padding-bottom: 0;
}
.wp-block.grey_white_text.make_background_grey {
  background-color: #f8f8f8;
}
.wp-block.grey_white_text article {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .wp-block.grey_white_text article {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.wp-block.grey_white_text article h2 {
  color: var(--hallett-gold);
}
.wp-block.grey_white_text article .title {
  color: var(--hallett-gold);
}
.wp-block.grey_white_text article .title.align_title_center {
  text-align: center;
}
.wp-block.grey_white_text article .subtitle.align_sub_title_center {
  text-align: center;
}
.wp-block.grey_white_text article .subtitle.set_sub_title_to_bold {
  font-weight: 400;
}
.wp-block.grey_white_text article .desc {
  font-weight: 300;
}
.wp-block.grey_white_text article .desc.align_main_text_center {
  text-align: center;
}
.wp-block.grey_white_text article .iframe-wrapper {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.wp-block.grey_white_text article .iframe-wrapper .videoWrapper {
  padding-bottom: 0;
  height: auto;
}
.wp-block.grey_white_text article .iframe-wrapper iframe {
  position: relative;
}

/*# sourceMappingURL=style.css.map */
