.events-container{border-radius:30px;display:flex;flex-direction:row;justify-content:space-evenly;margin-left:-15px;margin-right:-15px;padding:70px 50px}.event{width:75%}.event h2{color:#0f256a;font-size:28px;font-weight:700;line-height:35px;margin-bottom:25px;margin-top:0}.event-image-container{margin-right:40px;width:25%}.event-image-container img{border-radius:20px 20px 20px 20px;height:250px;object-fit:cover;width:250px}.register-button{background-color:#f5ba00;border-radius:92px;color:#000;font-weight:500;padding:10px 40px}.register-button:hover{background-color:#faf3e3;color:#000;font-weight:500}.event-description{color:#6c6c6c;font-size:16px;padding-bottom:25px}.gray-bg{background-image:linear-gradient(#f3f6f7,#f3f6f7)!important}@media (max-width:767px){.events-container{display:flex;flex-direction:column;justify-content:space-evenly}.event,.event-image-container{width:100%}.event-image-container{margin-bottom:30px}}