@media (min-width: 768px) {
  .half-width{
    width: 40%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
