.main{
    max-width: 1000px;
}

.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.footer{
    margin-top: 96px;
    text-align: center;
}

.footer-content{
    margin-top: 18px;
}

.footer-content a{
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.p2{
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .logo{
        height: 180px;
    }
    .footer{
        margin-top: 60px;
    }

  }
@media (max-width: 575px) { 
    .logo{
        height: 100px;
    }
    .footer{
        margin-top: 30px;
    }
 }