/* Tablets horizontales */
@media (min-width: 900px) and (max-width: 1199px) {
  .force-2-cols {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
