@media (max-width: 575.98px) {
 
    .sb__span {
        margin-top: -80px;
        font-size: 15rem;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    .sb__span {
        margin-top: -100px;
        font-size: 19rem;
    }
    
}

@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: 768px) and (max-width: 991.98px) {
    
    .sb__span {
        margin-top: -50px;
        font-size: 11rem;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .sb__span {
        margin-top: -50px;
        font-size: 11rem;
    }
    
}

@media (min-width: 1200px) {
    
    .sb__span {
        margin-top: -80px;
        font-size: 8vw;
    }
    
}

.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__image--logo {
    height: auto;
    max-width: 230px;
}

.header__img-1 {
    max-width: 270px !important;
    top: 0;
    left: 0;
}

.header__img-2 {
    max-width: 240px !important;
    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;
}

.header__shadow {
    background: url(../images/shadow-dark-1.png) repeat-x left bottom;
    height: 261px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.services, .content {
    position: relative;
}

.services--padding, .content--padding {
    padding: 60px 0;
}

.content__heading-3 a, .content__heading-3 a:hover, .content__heading-3 a:focus, .content p a, .content p a:hover, .content p a:focus {
    color: #004c81;
    text-decoration: none;
}

.content__heading-3 span {
    font-weight: 300 !important
}

.services p, .content p {
    font-size: 1.6rem;
    color: #383838;
}

.services__box {
    padding-top: 100%;
    background-color: #004c81;
    height: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sb__span {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #6a93bb;
}

.services__img-1 {
    left: 0;
    bottom: 0;
}

.services__img-2 {
    right: 0;
    bottom: 0;
}

.content__image {
    height: auto;
    max-width: 100%;
}

.ms {
    background-color: #004c81;
    background-image: url(../images/mk.jpg);
}

.ms--content {
    padding: 60px 0;
}

.ms__heading-1 {
    color: #ffffff;
}

.ms p {
    font-size: 1.6rem;
    color: #ffffff;
}

.ms__image {
    height: auto;
    width: 47px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}