/**
START SHORTCODE
*/

.block-mission-header {
    display: flex;
}

.block-mission-header > div {
    display: flex;
    max-width: 50%;
    width: 50%;
}

.mission__header__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;

    padding: 50px 57px 50px 110px;
}

.mission__header__title {
    margin-bottom: 0 !important;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 134.19%;
    /* or 64px */

    color: #E2B29A;
}

.mission__header__subtitle {
    margin-bottom: 0 !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 123.19%;
    /* or 89px */

    letter-spacing: 0.03em;
    text-transform: uppercase;

    color: #2E333C;
}

.mission__header__thumb {

}

.mission__header__thumb img {

}


@media (max-width: 991px) {
    .block-mission-header {
        flex-direction: column;
    }
    .block-mission-header > div {
        display: flex;
        max-width: 100%;
        width: 100%;
    }
    .mission__header__thumb {
        justify-content: center;
    }
}