@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;
    }

}

@media (min-width: 768px) {

    .header {
        padding-bottom: 50px;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    .hi {
        margin-top: 142px;
    }
    
    .img--margin-top {
        margin-top: -142px;
    }

}

@media (min-width: 992px) {
    
    .offer__heading-3 {
        margin-top: 20px;
    }
    
}

h1 {
    text-transform: uppercase;
}

.header {
    background: #ffffff;
}

.header__heading-1 {
    font-size: 2.8rem;
    color: #004c81;
}

.header p, .products {
    font-size: 1.6rem;
    color: #383838;
}

.header__img-1 {
    top: 0;
    left: 0;
}

.header__img-2 {
    top: 0;
    right: 0;
}

.offer--padding {
    padding-bottom: 60px;
}

.offer__heading-3 {
    font-weight: 400;
    color: #004c81;
}

.offer__image {
    height: auto;
    max-width: 100%;
}

.offer-2--padding {
    padding-bottom: 120px;
}

.offer-2__heading-3 {
    color: #004c81;
}

.offer-2 p {
    font-size: 1.6rem;
    color: #383838;
}

.offer-2__image {
    margin-left: -125px;
    height: 250px !important;
    width: 250px !important;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.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;
}