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

.section-banner .item {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    left: 50%;
}


.section-banner .item h2 {
    color: #fbfbfa;
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 0;
    font-family: 'Gunterz';
    display: inline-block;
    padding-bottom: 15px;
}

.section-banner .item span {
    font-family: 'Gunterz';
    text-align: left;
    padding-left: 15px;
    font-size: 20px;
    color: #b5302f;
}


@media (min-width: 992px) {
    .section-banner {
        height: 30vh;

    }

    .section-banner .item h2 {
        font-size: 30px;
    }

    .section-banner .item span {
        font-size: 30px;
        padding-top: 20px;
    }
}


@media (min-width: 1200px) {
    .section-banner {
        margin-top: 125px;
        height: 50vh;
    }


    .section-banner .item h2 {
        font-size: 40px;
    }

}

.menu-contact-item {
    background: #fff;
}

.nav-bg {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: #f0f0f0;
}

/* --End banner--------------- */
/* --Start privacy--------------- */
.section-privacy {
    position: relative;
    background: #e2e3e7;
    padding: 160px 0;
}

.section-privacy.bg {
    background: #fff;
}

/* --End privacy--------------- */