@media (max-width: 767.98px) {

    .header {
        padding-bottom: 50px;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    .hi {
        margin-top: 100px;
    }
    
    .img--margin-top {
        margin-top: -100px;
    }
    
    .table--custom td:first-child {
        width: 50%;
    }

    .table--custom td:last-child {
        width: 50%;
    }

}

@media (min-width: 768px) {

    .header {
        padding-bottom: 50px;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    .hi {
        margin-top: 142px;
    }
    
    .img--margin-top {
        margin-top: -142px;
    }
    
    .table--custom td:first-child {
        width: 40%;
    }

    .table--custom td:last-child {
        width: 60%;
    }

}

@media (min-width: 992px) {
    
    .offer__heading-3 {
        margin-top: 20px;
    }
    
}

h1, .header__span {
    text-transform: uppercase;
}

.header {
    background: #ffffff;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #004c81;
}

.header p, .products {
    font-size: 1.6rem;
    color: #383838;
}

.header__image {
    height: auto;
    max-width: 100%;
}

.header__img-1 {
    top: 0;
    left: 0;
}

.header__img-2 {
    top: 0;
    right: 0;
}

.header__span {
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #004c81;
    line-height: 2.6rem;
    display: block;
}

.header__span a, .header__span a:focus {
    color: #004c81;
    text-decoration: none;
}

.header__span a:hover {
    text-decoration: underline;
}

.table--custom {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #383838;
    font-weight: 400;
    line-height: 2.6rem;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
}

.table--custom td {
    padding: 1px;
    max-width: 0px;
    border: none;
    vertical-align: top;
    display: table-cell;
}

.products {
    background: #ffffff url(../images/shadow-light-2.png) repeat-x top left;
    position: relative;
}

.products--padding {
    padding: 60px 0;
}

.products__heading-2 {
    margin-bottom: 20px;
    color: #004c81;
}

.products__img {
    left: 0;
    bottom: -30px;
}

.header__img {
    top: 0;
    right: 0;
}