@media (max-width: 767.98px) {

    .header {
        padding-bottom: 50px;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    .hi {
        margin-top: 100px;
    }

}

@media (min-width: 768px) {

    .header {
        padding-bottom: 100px;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    .hi {
        margin-top: 192px;
    }

}

@media (min-width: 991px) and (max-width: 1199.98px) {

    .header__bg {
        right: -200px !important;
    }
    
}

.header {
    background: #ffffff url(../images/shadow-light.png) repeat-x bottom left;
    overflow-x: hidden;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #004c81;
    text-transform: uppercase;
}

.header p {
    font-size: 1.6rem;
    color: #383838;
}

.header__img-1 {
    top: 0;
    left: 0;
}

.hi {
    position: relative;
    z-index: 2;
}

.header__bg {
    max-height: 100%;;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.content {
    position: relative;
}

.content--padding {
    padding: 60px;
}

.content p {
    font-size: 1.6rem;
    color: #383838;
}

.content__image {
    height: auto;
    max-width: 100%;
}

.content p a, .content p a:focus {
    color: #383838;
    text-decoration: none;
}

.content p a:hover {
    color: #004c81;
    text-decoration: none;
}

.content__img-1 {
    left: 0;
    bottom: 0;
}

.content__img-2 {
    top: 0;
    left: 0;
}