#main-section {
    padding-top: 10em;
}

label {
    text-align: right!important;
    padding-top: 1.2em;
}

.form-submit {
    width: 100%;
    text-align: right;
    margin: 1em 0;
}


.contact-info ul.contact-address li a {
    text-decoration: none;
    font-size: 16px!important;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    label {
        text-align: left!important;
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .contact-info {
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    .contact-info ul.contact-address li a {
        font-size: 14px!important;
    }
}