<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.first-content-below-header{
    height: 300px;
}

.contact-us{
    margin: 150px 6%;
    padding: 5% 0;
    background-color: #f6f6f6;
    box-shadow: 0px 10px 10px 1px #b31c27;
    box-sizing: border-box;
}

.contact-us .right-contact-us{
    width: 96%;
    float: left;
    box-sizing: border-box;
    margin: 0% 2%;
}


.contact-info-container{
    margin-top: 10%;
}

.contact-action-container{
    margin-top: 10%;
}

.contact-us .contact-info{
    margin-bottom: 2%;
}

.contact-us .contact-action{
    font-size: 16px;
    margin-bottom: 2%;
}

.contact-us .contact-action a{
    color: #303030;
} 

.contact-us .contact-action a:hover{
    color: #b31c27;
}

/*Begin Right Contact Us */

.contact-us .form-action{
    margin-bottom: 10px;
    box-sizing: border-box;
}

.contact-us .right-contact-us label{
    display: block;
}

.contact-us .right-contact-heading{
    color: #b31c27;
    font-size: 150%;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 3%;
}

.contact-us .right-contact-us input,
.contact-us .right-contact-us textarea{
    display: block;
    width: 98%;
    box-sizing: border-box;
    padding: 7px 0;
    border: 1px solid #b31c27;
    font-size: 16px;
}


.contact-us .right-contact-us input::placeholder,
.contact-us .right-contact-us textarea::placeholder{
    padding-left: 5px;
    color: rgba(0,0,0,.8);
}

.button-action .button{
    float: right;
    padding: 5px 15px;
    background-color: #b31c27;
    color: #fff;
    font-size: 16px;
    font-variant: small-caps;
    letter-spacing: 2px;
    cursor: pointer;
}

/* End Right Contact Us */


@media screen and (max-width:768px){

    .contact-us{
        padding-bottom: 30px;
    }
    
    .contact-us .right-contact-us{
        width: 90%;
        float: left;
        margin: 0% 5%;
        box-sizing: border-box;
    }

    .button-action .button{
        float: right;
        padding: 5px 15px;
        margin-right: 10px;
    }
}
</pre></body></html>