.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1e488b;
    min-height: 320px;
    padding: 34px 0;
}
.cover h2, .cover h1, .cover h3 {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
@media(max-width: 767px){
    .cover h2, .cover h1, .cover h3 {
        font-size: 48px;
    }
}