.section-background {
    background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.922) 0%),url(../images/bg4_bw.jpg)
}

.section-content-text {
    animation: start-zoom;
    animation-duration: 1s;
}

@keyframes start-zoom {
    from {transform: scale(0);}
    to {transform: scale(1);}
}
