.event{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:50px}.event__image{margin-right:60px;overflow:hidden;width:50%}.event__image img{border-radius:6px}.event__text-wrapper{width:50%}.event__text,a.event__link,h2.event__name,p.event__date{color:#fff}h2.event__name{font-size:36px}a.event__link{font-weight:700;transition:all .3s}a.event__link:hover{color:#ffb500}@media screen and (max-width:767px){.event{flex-direction:column}.event__image{margin:0 0 20px;width:100%}}