

/* BREAKPOINT: XXL (BASE) */
.home-trust {background-color: var(--secondary); background-image: url(https://sasec.at/wp-content/uploads/alternating-crosshatch.svg); background-size: cover; padding-top: var(--section-space-xs); padding-bottom: var(--section-space-xs); position: relative}
:where(.home-trust > *) {position: relative}
.home-trust::before {background-image: linear-gradient(90deg, var(--secondary) 25%, var(--secondary-trans-70), var(--secondary) 75%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}


/* BREAKPOINT: XXL (BASE) */
.home-trust__text-basic {font-size: var(--text-s); color: var(--white)}


/* BREAKPOINT: XXL (BASE) */
.home-trust__div-right-headline {font-size: var(--text-xl); font-family: "Poppins"; font-weight: 700; color: var(--white)}

/* BREAKPOINT: L */
@media (max-width: 991px) {
.home-trust__div-right-headline {text-align: center}
}

/* BREAKPOINT: XXL (BASE) */
.home-trust__div-right-content {color: var(--white)}

/* BREAKPOINT: L */
@media (max-width: 991px) {
.home-trust__div-right-content {text-align: center}
}

