.modul_trustslider {
    padding-bottom: 17px;
}
.trustslide {
    display: flex !important;;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    margin:0;
    transition:0.4s;
}
.trustslide__title {
    display: flex;
    font-family: "NeueHaasUnicaPro-Bold";
    padding: 36px 24px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 8px 8px 0 0;
    background: #E91E1E;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 120%;
    margin:0;
    transition:0.4s;
}
.trustslide__title br {
    display:none;
}
.trustslid__bild {
    max-width:100%;
    height: auto;
    border-radius: 0 0 8px 8px;
    transition:0.4s;
    object-fit: cover;
}
.trustslider .slick-dots {
    bottom:-42px !important;
}
@media(min-width:750px) {
    .trustslide {
        flex-direction: row;
        height:324px;
    }
    .trustslide__title {
        justify-content: center;
        border-radius: 8px 0 0 8px;
        padding:0px 24px 0px 24px;
        margin:0;
        width:40%;
    }
   
    .trustslid__bild {
        border-radius: 0 8px 8px 0;
        aspect-ratio: 2/1.333;
        width:60%;
    }
}
@media(min-width:881px){
     .trustslide__title br {
        display:inline;
    }
}
@media(min-width:950px){
     .trustslide {
        height:372px;
    }
    .trustslid__bild {
        /* max-height: 372px; */
    }
    .trustslide__title {
        /* min-width:324px; */
    }
}

@media(min-width:1150px){
    .trustslide {
        height:420px;
    }
    .trustslid__bild {
        /* max-height: 420px; */
    }
    .trustslide__title {
        /* min-width:372px; */
    }
}
@media(min-width:1350px){
    .trustslide {
        height:444px;
    }
    .trustslid__bild {
        /* max-height: 444px; */
    }
    .trustslide__title {
        /* min-width:396px; */
    }
}
@media(min-width:1550px){
    .trustslide {
        height:468px;
    }
    .trustslid__bild {
        /* max-height: 468px; */
    }
    .trustslide__title {
        /* min-width:420px; */
    }
}

@media(min-width:1750px){
    .trustslide__title {
        font-size: 32px;
    }
    .trustslide__title {
        /* min-width:444px; */
    }
}

@media(min-width:1950px){
    .trustslide {
        height:504px;
    }
    .trustslid__bild {
        /* max-height: 504px; */
    }
    .trustslide__title {
        /* min-width:456px; */
    }
}