.bg-main {
    background: var(--color-main);
}

.rounded-3 {
    border-radius: 3rem !important;
}
/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.setting-menu {
    border-bottom: 3px solid;
    border-top: 3px solid;
    border-color: var(--color-main);
    background: #EEE7E5;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.about-image, .img_category, .inner-image {
    border: 3px solid white;
}

.item-title-category a {
    font-size: 2rem;
    color: white;
}

.bg-banner {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--black);
    opacity: 0.5;
}

.article-item .article-title {
    text-align: center;
    font-size: 2rem;
}

.article-item .article-title a {
    color: white;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-footer {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 12px;
}

.footer-menu-section ul li a {
    color: var(--white);
    font-size: 15px;
}

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
