.banner {
    background-image: url('https://cdn.gr.ch/gr/prod/images/header-image.jpg');
    background-size: cover;
    height: 130px;

    display: flex;
    align-items: center;

    h1 {
        margin-top: 24px !important;
    }

    .title {
        color: white !important;
    }
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hero,
.d1,
.d2,
.d3 {
    color: #0069b4 !important;
}
