/* post-style.css */

.entry-content,
.post-content-wrapper {
    max-width: 1302px;
    margin: 0 auto;
    line-height: 1.6;
}


/* Enforce content width on certain blocks */
.wp-block-group .set-width {
    max-width: 1302px;
    margin-left: auto;
    margin-right: auto;
}

/* Fix image from overflowing its side */
.wp-block-media-text__media img {
    height: auto;
    max-width: 100%;
    display: block;
}

/* Add small margin on Media Text block on smaller screens */
@media screen and (max-width: 767px) {
.wp-block-media-text {
    margin-left: 1rem;
    margin-right: 1rem;
}}

/* Adjustments to get the post articles full page width */
.big-width {
    max-width: 100% !important;
}	

/* Reduce height of hero block when used with our post pattern */
.entry-content .hero--subpage.post-height {
    height: 250px;
}

.hero.post-h1 h1{
    font-size: 80px !important;
}

@media screen and (max-width: 767px) {
  .hero.post-h1 h1 {
    font-size: 40px !important;
}}
