@media only screen and (min-width: 1500px) { .wrap { max-width: unset; } }

@media only screen and (max-width: 1700px) { .header-text.wpb_column.vc_column_container { margin-right: unset !important; } }

@media only screen and (min-width: 1900px) and (max-width: 2100px) { .header-text.wpb_column.vc_column_container { margin-right: 10% !important; } }

.home.full-width-content .content { max-width: unset !important; }
.max-w1200 { max-width: 1200px; margin: 0 auto; }
.header-text.wpb_column.vc_column_container { margin-right: 20%; }