/* Controls widget-box gap when in col-12 */

@media only screen and (max-width: 990px) {
  .widget-box {
    margin-bottom: 15px;
  }
}
