.motive-col {
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.motive-col .counter {
    font-size: 32px;
    font-weight: 700;
}
.motive-col .title {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 25px;
}
.motive-col p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.motive-row {
    margin-top: 30px;
}

@media(min-width: 992px) {
    .motive-col {
        min-height: 268px;
    }
}
@media(min-width: 1200px) {
    .motive-col .title {
        min-height: 60px;
    }
    figure.element-grafic-overlap {
        position: absolute;
        width: 583px;
    }
    #component-motive {
        padding-top: 0;
        padding-bottom: 25px;
    }
    #component-motive .up-section {
        margin-top: -83px;
    }
    #component-motive.has-image {
        background-position: center 81%;
    }
}