


.secHero{
    
    position: relative;
    h1{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.heroBG2{
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: .5;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}