.bg-blue{
    background-color: #0D3967;
}

h1, h2{
    font-family: eurostile-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #0D3967;
    text-transform: uppercase;
}

p{
    color: #798F9C;
    font-family: nunito-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container{
    line-height: 1.9;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container p:first-of-type{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bolder;
}

.container a{
    text-decoration: none;
    color: #0D3967;
}

.container a:hover{
    color:#FAE81C;
    transition: .25s;
}

img{
    margin-right: 1rem;
    margin-top: 1.5rem;
}

.logo-emar{
    width: 150px;
}

.logo-multraship{
    width: 275px;
    margin-top: 1.85rem;
}
