.article {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 60px 20px;
}

.article-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}