.wp-block[data-type="maryknoll/mk-banner-section"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mk-banner-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;
    height: 938px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 66px;
    background-size:cover;
}

.mk-banner-section-block h1 {
    align-items: center;
    color: var(--maryknoll-white);
    display: block;
    font-size: 96px;
    font-weight: 700;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 25%) 0px 4px 4px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.banner-page-title h1{
    font-size: 60px!important;
    font-family: 'Montserrat'!important;
    font-weight: 400!important;
    text-align: center!important;
    color: #155C99!important;
    text-transform: capitalize!important;
    line-height: 66px!important;
    padding-bottom: 40px!important;
    margin-bottom: 0px!important;
}

.mk-banner-section-block img {
    width: 100%;
    height: auto;
    display: block;
} 


.mk-banner-section-gradiunt{
    background: linear-gradient(to bottom, #0D5BA8, #9CC3E4);
    height: 160px;
    max-width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: auto;
    margin-bottom: 66px;
}

@media (max-width: 768px) {

    .mk-banner-section-block h1 {
    align-items: center;
    color: var(--maryknoll-white);
    display: block;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 25%) 0px 4px 4px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.mk-banner-section-block{

    height: 300px;
}



}
