body {
    text-align: center;
}

.fuchs-logo {
    width: 60%;
    height: auto;
}

.partner-text {
    font-family: sans-serif;
    margin-top: 2rem;
}

.partner-logo {
    width: 15%;
    height: auto;
}

@media (max-width: 600px) {
    .fuchs-logo {
        width: 100%;
    }

    .partner-logo {
        width: 40%;
    }
}
