.events{width:100%;display:flex;flex-wrap:wrap;gap:1rem;box-sizing:border-box;justify-content:center}.events__item{width:calc(100% / 3 - 1rem);padding:1.5rem;background-color:white!important}.events__title{font-weight:600!important;color:#000000!important;margin-bottom:5px}.events__content{font-weight:300!important;font-size:17px;line-height:1.8em}@media screen and (max-width:980px){.events__item{width:calc(100% / 2 - 1rem)}}@media screen and (max-width:600px){.events__item{width:calc(100%)}}