/* --Start banner--------------- */
.section-banner {
    background: url('../img/about/banner.webp') no-repeat center bottom/ cover scroll;
    position: relative;
    padding: 180px 0 10px;
    margin-top: 76px;
}

.section-banner .item {
    margin-bottom: 10px;
}

.section-banner .item span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-banner .item h2 {
    font-size: 28px;
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section-banner {
        margin-top: 99px;
        padding: 230px 0 20px;

    }

    .section-banner .item span {
        font-size: 18px;
    }

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


.section-banner .breadcrumb {
    justify-content: start;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .section-banner .breadcrumb {
        justify-content: end;
    }
}

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #fff;
}

.section-banner .breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item.active {
    color: #d01d1b;
    font-weight: bolder;
}

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

.section-sitemap{
    padding: 100px 0;
}
    .section-sitemap h2, .section-sitemap h3 {
        font-size: 18px;
        color: #323232;
        position: relative;
        padding-bottom: 5px;
        /* padding-top: 5px; */
        padding: 10px 0;
    }
    .section-sitemap h2 {
        font-weight: bolder;
    }
    .section-sitemap h3 {
        font-size: 17px;
    }

        .section-sitemap h2:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: #d01d1b;
        }
    
    
        .section-sitemap  a {
        color: #323232;
            transition: all 0.2s ease-in-out;
            cursor: pointer;
        }
            .section-sitemap  a:hover {
                color: #d01d1b;
            }