﻿.SiteFontP {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
}


.overlay-banner {
    position: absolute;
    width: 100%;
    height: 60vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    top: 0;
    left: 0;
}