#footer-third-statement {
    display: block !important;
}
.footer-top .btn-blue.fill {
    border-radius: 12px;
    margin: 0;
}
.btn-blue {
    text-align: center;
    color: #151515;
    background-color: #80BDDD;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #80BDDD;
    font-family: "Urbanist", sans-serif;
    text-decoration: none;
}
.fill {
    width: 100%;
}

.footer-social {
    font-size: 1.625rem;
    margin: 1rem 0 0;
}
.footer-social a {
    margin-right: 1rem;
    color: #474747;
}
@media (max-width: 767.98px) {
body footer .first-container .footer-main .footer-third-statement {
        background: unset !important;
        padding: 0px !important;
    }
}