.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-lead {
    background-color: #002342;
    background: url('../images/background.jpg') no-repeat center center;
    background-size: cover;
}

.section .title span {
    padding-bottom: 3px;
    display: inline-block;
}

.section .title {
    margin-bottom: 0px;
}

.section-sm .email {
    margin-left: 10px;
}

.section .title {
    margin-bottom: 30px;
}

.section .title span {
    padding-bottom: 3px;
    display: inline-block;
}

.section-sm .email {
    margin-left: 10px;
}

.section-sm .connect {
    margin-right: 10px;
}

#promo .section {
    min-height: 250px;
}

#offer {
    background-color: #2b7bd7;
    color: #fff;
}

#offer p {
    font-size: 24px;
    font-weight: bold;
}

#offer p a {
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .section-sm .btn {
        height: 20px;
    } 
    
    .section-sm .btn:last-of-type {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section-sm span#divider {
        display: none;
    } 
    
    #offer p span {
        display: block;
    }
}