.contentBox12 {
    position: relative;
    padding: 60px 30px;
}

    .contentBox12.blogGallery {
        position: relative;
        padding: 15px 0;
    }

    .contentBox12 .customModuleEmpty {
        width: 100%;
    }

    .contentBox12 .contentBox12Header {
        /*display: flex;*/
        /*align-items: center;*/
        max-width: 1280px;
        margin: 0 auto;
    }

        .contentBox12 .contentBox12Header h2 {
            text-align: center;
            font-size: 3.5em;
            line-height: normal;
            margin-top: 0;
        }

        .contentBox12 .contentBox12Header p {
            line-height: 1.5em;
        }

    .contentBox12 .contentBox12HeaderContainer {
        font-size: 4rem;
        font-weight: 700;
        color: #011d4a;
        line-height: 8rem;
        white-space: pre-line;
        padding: 0 30px;
    }

        .contentBox12 .contentBox12HeaderContainer .stylizedText {
            font-size: 7.5rem;
            font-weight: 400;
            color: #FFD502;
            font-family: SaltySoul,Arial, Helvetica, sans-serif;
            position: relative;
            line-height: 9rem;
            padding-left: 5px;
            top: 1rem;
        }

    .contentBox12 .contentBox12Body {
        display: flex;
        flex-wrap: wrap;
    }

    .contentBox12.contentWidth .contentBox12Body {
        max-width: 1280px;
        margin: 0 auto;
        padding: 15px 5px;
    }

    .contentBox12.bodyWidth .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .contentBox12 .item {
        position: relative;
        padding: 10px;
    }

        .contentBox12 .item .itemContainer {
            height: 100%;
        }

    .contentBox12 .itemContainer > a {
        color: #000;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        background: #f6f7fb;
    }

        .contentBox12 .itemContainer > a:hover {
            background: #fff;
        }

    .contentBox12 .imageBox {
        position: relative;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }

        .contentBox12 .imageBox img {
            width: 100%;
        }

    .contentBox12 .imageBoxContainer {
        flex-grow: 1;
    }

    .contentBox12 h3.title {
        font-size: 2rem;
        font-weight: 600;
        margin: 0;
        color: #0057b8;
    }
