.article {
    width: 100%;
    color: #888888;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.article-wrapper {
    width: 1440rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}



/*==================================================*/
@media (max-width: 1650px) {
    .article-wrapper {
        width: 90%;
    }
}


@media (max-width: 991px) {
    .article {
        padding: 80rem 0;
    }
}