
.comming_soon{text-align:center; padding-top:80px;}
.comming_soon i{color:#0072bc; font-size:100px; margin-bottom:20px;}
.comming_soon h3{font-size:40px; letter-spacing:-1px; margin-bottom:15px;}
.comming_soon p{font-size:18px; font-weight:100;}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .comming_soon h3{font-size:30px;}
    .comming_soon p{font-size:15px;}
}