footer {

    background: white;

    padding: 40px 30px;

    text-align: center;

    border-top: 1px solid rgba(0,0,0,.05);

}

.footer-content {

    max-width: 800px;

    margin: 0 auto;

}

.footer-content h3 {

    margin-bottom: 15px;

}

.footer-description {

    max-width: 600px;

    margin: 0 auto 25px auto;

    color: var(--text-light);

    line-height: 1.8;

}

.footer-services {

    margin-bottom: 30px;

}

.footer-services p {

    margin: 8px 0;

    color: var(--text-dark);

}

.footer-socials {

    margin-top: 25px;

    display: flex;

    justify-content: center;

    gap: 25px;

}

.footer-socials a {

    text-decoration: none;

    color: var(--text-dark);

    font-size: 1.4rem;

    transition: .3s;

}

.footer-socials a:hover {

    color: var(--accent);

}

.footer-copyright {

    margin-top: 30px;

    color: var(--text-light);

    font-size: .95rem;

}