﻿@media (min-width: 768px) {
  .container_custom {
    width: 100% !important;
  }
}
@media (min-width: 1457px) {
  .container_custom {
    width: 81% !important;
    margin: auto;
  }
}