.footer {
    width: 100%;
    font-weight: bold;
    background-color: #2e2e2e;
    padding: 30px 0;
}

.footer .footer-links a:not(:last-child) {
    margin-right: 35px;
}

.copyright-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        text-align: center;
    }

    .social-media {
        text-align: center !important;
    }

    .footer .footer-links a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}