#explainer {
    background-color: #307c80;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    justify-content: center;
}

#ourstory {
    flex-direction: row-reverse;
    background-image: url('../assets/desktop.jpg');
    background-size: cover;
    background-position: left;
}

#integrity {
    flex-direction: row;
    background-image: url('../assets/bulb.jpg');
    background-size: cover;
    background-position: right bottom;
}

#contact {
    background-color: #307c80;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    justify-content: center;
}

.overlay-text {
    background-color: rgba(255, 255, 255, 0.7);
    width: 60%;
}
