
.hero-section-block {
    max-width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: auto;
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent;
    /* padding-bottom: 112px; */
}
.wp-block .hero-section-block{
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-post-content .site-content {
    max-width: 800px;
}
.hero-image-block {
    height: 938px;
    overflow: hidden;
}
.hero-section-block .site-content {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    transform: translateY(-12%);
    position: absolute;
    bottom: 0;
    width: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.08);
    max-width: 1120px;
}

.hero-section-block h2{
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 40px;
    line-height: 150%;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.hero-section-block img {
    width: 100vw;
    height: auto;
    display: block;
    max-width: 100vw;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
    min-height: 938px;
}


@media (max-width: 1199px) {
.hero-image-block{
    height: 700px !important;
}
#content.site-content .entry-content  .hero-section-block .site-content{
    padding:30px;
    transform: translateY(-30%);
}
#content.site-content .entry-content  .hero-section-block .site-content h1 {
    padding: 0 !important;
}
}

@media (max-width: 767px) {
.hero-image-block{
    height: 400px !important;
}
.hero-section-block h2{
    font-size: 24px;
}
.maryknoll-links-section a{
    font-size: 22px!important;
}
#content.site-content .entry-content  .hero-section-block .site-content{
    transform: translateY(0);    
}
#content.site-content .entry-content  .hero-section-block .site-content h1 {
    padding: 0 !important;
} 

}