﻿@media (min-width: 992px) {
  .col-custom-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

