.section-colored {
    background-color: var(--color-3);
    padding: 120px 0 120px;
}

.section-colored_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-colored .section_pretitle {
    font-size: 25px;
    line-height: 47px;
    color: #8798de;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-colored .section_title {
    position: relative;
    font-size: 47px;
    font-weight: 500;
    line-height: 67px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}

.btn_arrow {
    width: 18px;
    margin-left: 10px;
    filter: invert(1);
}

@media (max-width: 1440px) {
    .section-colored{
        padding: 100px 0;
    }
    .section-colored .section_title {
        font-size: 45px;
        line-height: 66px;
    }
}

@media (max-width: 992px) {
    .section-colored {
        padding: 80px 0 100px;
    }
    .section-colored_container{
        display: block;
        text-align: center;
    }

    .section-colored .section_title{
        font-size: 33px;
        line-height: 47px;
        margin-bottom: 47px;
    }

    .section-colored .section_pretitle,
    .section-colored .section_title {
        text-align: center;
    }

    .section-colored .section_title:after {
        display: none;
    }
}
