.fosmainlogo {
    margin-top: 3rem;
    width: 12rem;
}
@media (max-width: 768px) {
    .fosmainlogo {
        width: 7rem;
    }
}