﻿.hero-banner {
    top: 100px;
    position: relative;
    background-image: url('../img/couple-walking-p-1080.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.news-title {
    background-color: #211546;
    padding: 32px;
    color: #fff;
}
.newsroom-2-cols {
    display: grid;
    grid-template-columns: 1.5fr .5fr;
    position: relative;
    background-color: #211546;
    padding-top:0px;
    padding-bottom:32px;
    margin-bottom:32px;
}
.news-box {
    padding-top:32px;
}

.news-box .div-block-2 {
    padding: 16px;
    margin: 16px;
    margin-top: 0px;
}

.right-links > * {
    margin: 32px;
    margin-left: 0px;
    position: fixed;
}

.right-links > div > .heading-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

.gallery {
    top: 530px;
    width: 294px;
}

.company-info {
    /*top: 580px;*/
    top: 480px;
}

.email {
    /*top: 630px;*/
    top: 530px;
}

@media screen and (max-width: 991px) {
    .hero-banner {
        background-image: url('../img/couple-walking-p-1080-cropped.jpeg');
        background-size:initial;
    }
    
    .newsroom-2-cols {
        grid-template-columns: 1fr;
        
    }
    .left-news {
        
    }

    .right-links > * {
        position:relative;
        top: unset;
        width:unset;
        margin-left:16px;
        margin-right:16px;
        margin-top:16px;
        margin-bottom:16px;
    }
}