.footer {
    padding: 30px 0 0 0;
    font-size: 16px
}

.footer .container {
    max-width: 1200px
}

.footer .footer-content {
    border-radius: 30px 30px 0 0;
    padding: 30px;
    background: #2f2f2f
}

.footer .disclaimer {
    font-size: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bababa;
    text-align: center
}

.footer .disclaimer p:not(:last-of-type) {
    margin-bottom: 10px
}

.footer .footer-info {
    font-size: 14px
}

.footer .link:not(:last-of-type) {
    margin-bottom: 7px
}

.footer .link a {
    text-decoration: none
}

.footer .link a:hover {
    color: #005dd6
}

@media (max-width:767px) {
    .footer {
        text-align: center
    }

    .footer .footer-content {
        padding: 20px
    }
}