.logo img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
p.privacy-text {
    font-size: 20px;
    line-height: 1.9;
    padding: 0px 20px;
        text-align: center;
}
.Copyright{
text-align: center;
color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    
}
.green-heading{
    color: rgb(62, 137, 72); 
    font-style: normal !important;
}
@media screen and (max-width: 475px) {
   p.privacy-text {
    font-size: 15px;
    text-align: left;
}