.about {  
    background-color: #2f8006;  
    opacity: 90%;;
    padding-bottom: 80px;
}

.about-heading{
    padding-top: 55px;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
    font-family: 'Work Sans', serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 150%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
}

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

.about-content {
    margin-right: 30px;
	max-height: 580px;
    color: white;
}

.about-text {
    width: 720px;
    line-height: 30px;
    font-size: 18px;
}

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

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