.titleblock-since {
    padding: 5rem 1.75rem 0 1.75rem;
    background-image: url(https://res.cloudinary.com/evb-web/image/upload/v1645385797/2022/2022-topbanner-since1994_n90dmp.webp);
    min-height: 450px;
    background-size: cover;
    margin: 0 auto;
    max-height: 650px;
}
p {color: #000;}
.insprong {padding: 0 0 0 25px;}
@media screen and (max-width: 768px) {
    .titleblock-since {
        background-position: center center;
    }
}
 @media screen and (max-width: 480px) {
    .titleblock-since {
        padding: 18rem 1rem 0 0;
        letter-spacing: 8px;
    }
}