
/* ===================================
    General
====================================== */

.grid-content-event{
  display: grid;
  grid-template-columns: 1fr;
  gap:35px;
}

.content-info{
  background: #BB2026;
  padding: 50px 20px;
  border-radius: 10px;
}




/* ===================================
    Responsive
====================================== */


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {


} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.grid-content-event{grid-template-columns: 40% auto;gap:30px;}


}
/* xxl */ @media (min-width: 1400px) {}
