/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
.container-fluid-xl{
    max-width: 1250px;
}
.highlight-price{
    color: var(--primary);
    font-weight: 700;
    font-size: 1.75rem;
}
.usp-grid-item{
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 1.5rem;
}
.ups-grid-item__icon i{
    color: var(--primary);
    line-height: 1.125rem;
}
.usp-grid-item__headline{
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.75rem;
}
.ups-grid-item__description{
    font-size: 1rem;
}
