.contact_us{
    background-color: rgb(13,123,201);
    padding: 50px 0px;
}

/*.contact_us .page-content:after{
    content: "";
    display: block;
    clear: both;
}*/

.contact_us .page-content{
    position: relative;
}

.contact_us h1{
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}

.contact_us-desk-title{
    color: #fff;
}

.contact_us-button{
    float: right;
    vertical-align: top;
    position: absolute;
    top: 12px;
    right: 0px;
    border: 2px solid #fff;
}

.contact_us-button:hover{
    color: rgb(13,123,201);
    background-color: #fff;
}

@media only screen and (max-width: 768px){
    .contact_us h1{
        font-size: 25px;
    }
    
    .contact_us-button{
        position: static;
        float: none;
    }
    
    .contact_us-desk-title{
        margin-bottom: 20px;
    }
    
    .contact_us a{
        display: block;
        text-align: -webkit-center;
    }
}