@charset "UTF-8";

@media screen and (min-width: 1000px){
.width_fixed .content_wrapper {
    max-width: 1000px !important;
    padding: 0 0;
}
}