.footer_bar{
    font-size: 17px;
    color: #cbceda;
    padding: 10px 0;
}
.footer_bar .footer-logo-wrap{
    padding: 50px 0;
}

.footer-social {
    text-align: right;
}
.footer-social .social-icon {
    margin-left: 20px;
}

amp-user-notification > div {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    max-width: 1024px;
    margin: 0 auto;
}
amp-user-notification > div .btn {
    font-size: 16px;
    padding: 10px 20px;
}

@media (max-width: 767px) {

   
}
@media (max-width: 480px) {
    .footer_bar{
        text-align: center;
    }
    .footer-social {
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
    .footer-social .social-icon {
        margin-left: 10px;
        margin-right: 10px;
    }
}
