.article {
    /* padding-top: 80px; */
    /* padding-bottom: 120px; */
}

.article-title {
    font-family: Oswald;
    font-weight: 600;
    max-width: 596px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #2c332f;
    margin-bottom: 40px;
}

.article-title-large {
    font-size: 48px;
}
.article-title-medium {
    font-size: 36px;
}

.article-text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #535755;
}
.article-mb {
    margin-bottom: 80px;
}
.article-img,
.article-video {
    width: 100%;
}

.article-list {
    margin-top: 0;
    padding-left: 0;
}
.article-item {
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
}
.article-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3596ed;
}

.article-video {
    margin-bottom: 40px;
}

