.about_pg_main_cont ul li {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: #000;
    font-weight: 400;
}
section.why-css {
    padding: 20px 0px;
    background-image: url(../images/abo-backgroung.jpg);
  
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.whychus-cs {
    display: inline-block;
    width: 32%;
    margin-right: 10px;
}
.quick_links h4 {
    margin: 0 0 21px 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.quick_links h4:before {
    content: " ";
    position: absolute;
    top: 32px;
    left: 0;
    height: 2px;
    width: 44px;
    background-color: #a80000;
}
.contact_details ul {
    margin: 0;
    padding: 0;
    display: block;
}
.contact_details ul li {
    list-style: none;
    display: inline-block;
    margin: 0 21px 0 0;
}

@media (min-width:320px) and (max-width:767px){
.whychus-cs {width: 100%;}
    
    
    
}    