
.icon-cs {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #004aad;
    margin-right: 12px;
    display: block;
    margin: 0px auto;
}
.icon-cs i.fa {
    font-size: 27px;
    color: #004aad;
    padding: 11px 4px;
}


@media (min-width:320px) and (max-width:767px){
.main_banner {
    height: 147px;
}

}