.banner-getstarted {
    background: url('../../img/banner-getstarted.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

.banner-getstarted .banner-content {
    margin-top: 120px;
}

.section-header__title_width {
    width: 100%;
}

.features-list {
    text-align: left;
    font-family: 'PT Serif';
    padding-left: 90px;
    margin-bottom: 20px;
}

.features-item {
    font-weight: bold;
}
.features-item > span {
    font-weight: normal;
}

.features__title {
    margin-bottom: 20px;
}

.section-block__btn {
    min-width: 224px;
}

.section-feature__description_width {
    max-width: 100%;
    /*text-align: left;*/
}

.specificity_top {
    transform: translateY(-70px);
}

/*Media*/
@media (min-width: 0px) and (max-width: 1200px) {

}

@media (min-width: 0px) and (max-width: 992px) {

}

@media (min-width: 0px) and (max-width: 767px) {
    .banner-getstarted .banner-content {
        margin-top: 60px;
    }

    .features-list {
        padding-left: 10px;
    }
}

@media (min-width: 0px) and (max-width: 480px) {

}

@media (min-width: 0px) and (max-width: 320px) {

}
/*Media end*/
