.processing-alt {width: 70%; margin-left: auto; margin-right: auto; margin-bottom: 70px;}
.processing-alt ul {list-style-type: none;}
.processing-alt a {font-weight: bolder;}
.processing-alt a:hover {text-decoration: underline;}

#contact-us-title {
    text-align: center;
    font-family: "Open Sans", sans-serif !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    text-size-adjust: 100%;
}
div > ul > li {
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-size-adjust: 100%;
    line-height: 1.5rem;
}

.contactMainDiv {
    text-align: center;
}

@media only screen and (max-width: 1250px) {
    .processing-alt {
        width:80%;
        margin-bottom: 50px;
    }
}  
@media only screen and (max-width: 950px) {
    .processing-alt {
        width:90%;
        margin-bottom: 30px;
    }
}
