.p-2 {
    padding: 2rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pl-3 {
    padding-left: 3rem;
}

.bg-grey {
    background-color: #fbfbfb;
}

.border-grey {
    border: 1px solid #DADEE1;
}

.cabp_features {
    margin-top: -150px;
}

.section-special .container.features {
    margin-top: -150px;
}

.features .w-100 {
    padding-top: 5rem;
}

.cabp_hero-slider .hero-slider--items .item .content .title {
    font-size: 3rem;
    line-height: 100%;
    font-weight: 500;
    font-family: 'Ubuntu', 'sans-serif';
    color: #2a2b2e;
}

.cabp_hero-slider .hero-slider--items .item .content .title span {
    color: #006A4E;
    font-size: 2.25rem;
}

.cabp_hero-slider .hero-slider--items .item .additional {
    color: #2a2b2e;
    font-size: 1.25rem;
    line-height: 150%;
}

.cabp_hero-slider .hero-slider--items .item .additional strong {
    font-weight: 700;
}

.cabp_features h2 {
    font-size: 2.1875rem;
    line-height: 120%;
    font-weight: 700;
    font-family: 'Ubuntu', 'sans-serif';
    color: #006A4E;
    margin-bottom: 1.7125rem;
}

.features p, .cabp_why_is_worth li {
    font-size: 1.25rem;
    line-height: 150%;
    font-weight: 400;
    font-family: 'Ubuntu', 'sans-serif';
    color: #2a2b2e;
}

.features h3 {
    font-size: 1.3125rem;
    line-height: 120%;
    font-weight: 500;
    font-family: 'Ubuntu', 'sans-serif';
    color: #2a2b2e;
}

.features p {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 300;
    font-family: 'Ubuntu', 'sans-serif';
    color: #2a2b2e;
}

.features .item {
    margin-bottom: 2.125rem;
}

.cabp_why_is_worth .section-why-its-worth-title-green h4 span {
    color: #006a4e;
}

.cabp_why_is_worth li:before {
    display: inline-block;
    position: relative;
    content: "";
    background-image: url("../../img/icons/cabp_check.png");
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 4px;
}

.cabp_why_is_worth li {
    line-height: 2.5rem;
    font-weight: 300;
}

.cabp_why_is_worth li strong {
    font-weight: 700;
}

@media (min-width: 992px){
    .cabp_why_is_worth .section-why-its-worth-title h4 {
        max-width: 1010px;
    }

    .cabp_why_is_worth .statue {
        margin-top: 4rem;
    }
}