/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 15vh;
    background: url(../img/contact/banner.webp) no-repeat center center/ cover scroll;
    margin-top: 61px;
}

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 84px;
    }
}

.section-banner .item {
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 65%;
    display: block;
}

    .section-banner .item img {
        width: 300px;
        display: none;
    }


    .section-banner .item h2 {
        font-family: 'ChalkboardSE';
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.5;
    }

@media (min-width: 576px) {
    .section-banner .item h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .section-banner .item h2 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        height: 35vh;
    }

        .section-banner .item h2 {
            display: block;
        }

        .section-banner .item img {
            display: block;
            width: 300px;
            margin: auto;
        }
}


/* --End banner--------------- */

/* --Start sitemap--------------- */
.section-sitemap{
    padding: 100px 0;
}
    /*.section-sitemap h2 {
        font-size: 20px;
        color: #787878;
        padding-left: 25px;
        position: relative;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid #00A0E3;
        display: block;
    }

    .section-sitemap h2::after {
        content: '';
        background-image: url('../img/footer/foot-icon.webp');
        background-size: 100% 100%;
        width: 15px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }*/
        .section-sitemap h2 {
            color: #3a3a3a;
            letter-spacing: 1.5px;
            margin-bottom: 15px;
            position: relative;
            display: block;
            font-size: 18px;
            font-weight: bolder;
        }

    .section-sitemap a {
        color: #787878;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        display: block;
    }
    .section-sitemap a+a {
        margin-top: 15px;
    }

        .section-sitemap a:hover {
            color: #3878a6;
        }
/* END sitemap ------------------------------ */