body{    
    color:#073e7f;
}

.wrapper{
    background-color: white;
}

.disclaimer_wrapper{
    position: relative;    
    padding-bottom: 100px;
    width: 90%;
    margin: auto;    
}


h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
}

h3{
    color: #2B782F;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
}

#footer h3{
    margin-bottom: 0px;
    font-size: 1.1rem;
    font-weight: 500;
}


p{
    text-align: justify;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .disclaimer_wrapper{
        width: 90%;
        margin: auto;
    }
}


