.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.article-wrapper {
    width: 1000px;
}


/*==================================================*/
@media (max-width: 1050px) {
    .article {
        padding: 80px 0;
    }
    
    .article-wrapper {
        width: 100%;
        padding: 0 20px;
    }
}



@media (max-width: 550px) {
    .article {
        padding: 40px 0;
    }
}