.title .cover-image{
    background-position: center;
}

section.title .background{
    position: relative;
    overflow: hidden;
}

section.title .background:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #28361810 0%, #28361890 100%);
    z-index: 0;
}


section.title .background > *{
    position: relative;
    z-index: 2;
}

@media screen and (max-width:980px) {

    h1{
        font-size: 2rem;
        padding: 2rem;
    }

    h2{
        font-size: 1.5rem;
    }

    .title{
    margin: 0 2rem;
    
    }
    
}