header{
    background-image: url(./img/legalNotices.jpg);
    background-size: cover;
    background-position: center;
    height:500px;
    width:100%;
}

section{
    padding:30px;
}

h2{
    font-size: 1.3rem;
    text-transform: uppercase;
}

.first-para{
    margin-bottom:70px;

}

.one-para{
    margin-bottom:50px;
}

@media(min-width:900px){

    section{
        padding:30px 80px;
    }

    h2{
        font-size: 1.5rem;
    }
}