@charset "utf-8";


#contact {
    background: #f3f3f3
}


#contact .left_cont h1 {
    color: #8c00ff;
/*    font-size: 26.67px;*/
}
#contact .left_cont .tab a.active {
    background: #8c00ff;    
}


#about, #special {
    position: static;
    pointer-events: auto;
    height: auto
}
#about img,
#special img{
    width: 100%;
}





