﻿.w {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.clf:before, .clf:after, .w:before, .w:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.title {
    text-align: center;
}
.title h6 {
    font-size: 30px;
    color: #484848;
    font-weight: 300;
    padding-top: 20px;
}
.title h6:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #118d72;
    margin: 12px auto 13px;
}




@media screen and (max-width: 950px) {
 .banner__static {
    height: 200px;
}
.banner__static ._container{
  width:100%;
}
.banner__static ._con{
    margin-top: 50px;
    margin-left: 20px;
}
.c_information{
    padding-right: 10px;
    margin-right: 10px;
}

}

