/*
* @Author: Marte
* @Date:   2018-08-01 11:47:45
* @Last Modified by:   Marte
* @Last Modified time: 2018-08-01 15:43:48
*/
#contact_us_title{
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #E22748;
    text-align: center;
    margin-top:20px;
}
#contact_us_details{
    position: relative;
    left:10%;
    margin-top:30px;
}
#contact_us_details li{
    height: auto;
    min-height: 40px;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
#contact_us_details li a:hover{
    color:#E22748;
}