.events {
    padding-top: 120px; 
    padding-bottom: 120px;   
}

.events-heading{
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'Work Sans', serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 140%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.events-row {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.events-content {
    margin-left: 24px;
    margin-right: 30px;
	max-height: 580px;
}

.events-text {
    width: 540px;
    line-height: 30px;
    font-size: 18px;
}

.events-text + * {
    margin-top: 64px;
}

.events-btn {
    display: flex
}

.image {
    flex: 1;
    border-radius: 3px;
	overflow: hidden;
    height: 100%;
    width: 100%;
}
.image img{
    height: 418px;
}