.tour {
    padding-top: 70px;    
}

.tour-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);
}

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

.tour-content {
    margin-right: 30px;
	max-height: 580px;
}

.tour-text {
    font-size: 18px;
    width: 540px;
    line-height: 32px;
}

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

.tour-btn {
    display: flex
}

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