/* Footer */
footer {
    background-color: #fff;
    padding: 95px 0px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 487px;
    margin: 0px auto;
}
.footer-logo {
    text-align: center;
    margin-bottom: 14px;
}
.footer-content p{
    color: rgba(0, 0, 0, 0.55);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.08px;
}


@media screen and (min-width: 993px) and (max-width: 1024px) {
    footer{
        padding: 80px 0px;
    }
}

@media screen and (max-width: 992px) {
    footer{
        padding: 70px 0px;
    }

}

@media screen and (max-width: 767px) {
    footer{
        padding: 45px 0px;
    }

}

