@font-face {
    font-family: 'Araboto';
    src: url('Araboto-Light.eot');
    src: url('Araboto-Light.eot?#iefix') format('embedded-opentype'),
        url('Araboto-Light.woff2') format('woff2'),
        url('Araboto-Light.woff') format('woff'),
        url('Araboto-Light.ttf') format('truetype'),
        url('Araboto-Light.svg#Araboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

section.main-banner {
    background: url(Holding-Page.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1280px;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
section.main-banner .container {
    text-align: center;
}

section.main-banner .container h1 {
    font-size: 55px;
    font-weight: 300;
    color: #0c86c1;
    max-width: 295px;
    margin: 0px auto;
    font-family: 'Araboto';
    line-height: 1;
}
section.main-banner .container a img {
    max-width: 260px;
    margin-top: 50px;
}
section.main-banner .container h1, section.main-banner .container a {
    position: relative;
    left: -25px;
}


@media (max-width: 1199.98px) {
    section.main-banner {
        max-height: 100vh;
    }
    section.main-banner .container h1 {
        font-size: 40px;
    }
    section.main-banner .container h1, section.main-banner .container a {
        position: relative;
        left: -15px;
    }
    section.main-banner .container a img {
    max-width: 190px;
    margin-top: 30px;
}
}

@media (max-width: 575.98px) {
    section.main-banner .container h1 {
    font-size: 35px;
}
section.main-banner .container a img {
    max-width: 150px;
    margin-top: 30px;
}
}