.stati-sections {
    display: flex;
    justify-content: space-between;
}
.articles__unit-bg {
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: relative;
    z-index: 0;
}
.articles__unit-header {
    display: block;
    padding: 75px 70px 60px 30px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 220px;
}
.articles__unit-title {
    font-family: HeliosExtLight,sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    max-width: 235px;
    text-transform: uppercase;
}
.label, .upper-label {
    color: #ABABAB;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.stati-sections .stati__inner {
    width: 100%;
}
.stati-sections .stati__inner:first-child {
    margin-right: 15px;
}
.stati-sections .stati__inner:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
}
.stati-sections .stati__inner:last-child {
    margin-left: 15px;
}
.navigation {
    text-align: center;
    margin-top: 55px;
}
.navigation a {
    font-family: TTCommons,sans-serif;
    font-weight: 400;
    font-size: 16.5px;
    color: #111111;
    position: relative;
}
.navigation a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -2px;
    left: auto;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.navigation a:hover:after {
    width: 100%;
    left: 0;
}
.articles__unit-link span{
    font-family: HeliosExt,sans-serif;
}
@media (max-width: 1200px) {
    .stati-sections {
        flex-direction: column;
    }
    .articles__unit-bg {
        background-position: right;
    }
    .news-list {
        padding: 0 25px;
    }
    .stati__inner {
        margin-bottom: 25px;
    }
    .stati-sections .stati__inner:first-child {
        margin-right:0;
    }
    .stati-sections .stati__inner:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
    .stati-sections .stati__inner:last-child {
        margin-left: 0;
    }
}
