.article__wrapper {
    margin-top: 40px;
}

.article {
    max-width: 630px;
}

.article__text {
    margin-top: 16px;
}

.article__img {
    margin-top: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    box-shadow:
        0px 5px 11px 0px rgba(195, 194, 214, 0.1),
        0px 20px 20px 0px rgba(195, 194, 214, 0.09),
        0px 45px 27px 0px rgba(195, 194, 214, 0.05),
        0px 79px 32px 0px rgba(195, 194, 214, 0.01),
        0px 124px 35px 0px rgba(195, 194, 214, 0);
}
