.reasonselement__image img{
    position: absolute;
    bottom:0;
}

.reasonselement h2 span{
    color:#e2001a !important;
    font-size: 92px !important;
}

.reasonselement h3{
    font-weight: normal;
    margin-bottom: 18px;
}
.reasonselement h3 {
    font-size: 26px;
    font-weight: 400;
}


.reasonselement h3 span{
    color:#e2001a !important;
    font: inherit;
    font-weight: bold;
}

.reasonselement__image img{
    max-height: 100%;
}

@media (max-width: 767.98px) {
    .reasonselement h2 span{
        font-size: 80px !important;
    }
}