.x-column.one-fourth-no-spacing {
  width: 24.1%;
  margin-right: 1.2%;
}

@media (max-width: 767px) {
  .x-column.one-fourth-no-spacing {
    width: 100%;
    margin-right: 0%;
  }
}