/*ContactUs*/
.ContactUs >div{
    float: right;
}
.box{
    float: left;
    width: 400px;
    height: 60px;
    text-align: center;
    font-size: 20px;
}
.box a{
    border-bottom: 1px solid #ccc;
    box-shadow:2px 2px 2px 2px rgba(83, 60, 211, 0.5);
}
.box p:hover{
    color: #17a2b8;

}