/* --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 privacy ------------------------------ */

.section-privacy {
    padding: 40px 0;
}

.section-privacy .item {
    margin-bottom: 30px;
}

.section-privacy .item p {
    font-size: 14px;
    margin-bottom: 0;
    color: #323232;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .section-privacy {
        padding: 100px 0;
    }
}


/* END privacy ------------------------------ */