.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 160px 0;
    overflow: hidden;
}

.article-wrapper {
    width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



/*==================================================*/
@media (max-width: 1450px) {
    .article-wrapper {
        width: 100%;
        padding: 0 20px;
    }
}


@media (max-width: 768px) {
    .article {
        padding: 80px 0;
    }
}