.event-info-box {
    background: #57697d;
    padding: 0px 0;
  }
  .color-ladrillo-pinche-cliente-pendejo-de-mierda{
    color: #bd4419; /* CHINGA TU MADRE CADA VEZ QUE RESPIRES PEDAZO DE MIERDA ACEDA*/
  }

  .event-info-box .col-lg-3,
  .event-info-box .col-lg-4 {
    border-right: 1px solid #333;
  }

  .event-info-box .col-lg-3:last-child,
  .event-info-box .col-lg-4:last-child {
    border-right: 0;
  }

  .event-info-icon {
    color: #fff;
    float: left;
    clear: both;
    padding: 10px 22px;
    width: 70px;
  }

  .event-info-content .info-title {
    font-size: 10px;
    font-weight: 600;
    color: #bd4419;
  }

  .event-info-content .info-description {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
  }



  .post-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  @media (min-width: 1024px) {
      .col-event{
        display: flex;
        justify-content: center;
      }
  }
