.footer-social {
    border-top: 1px solid #ffffff36;
    display: flex;
    flex-direction: column;
    padding: 40px 0 10px 0;
    align-items: center;
    gap: 30px;
}

.footer-social h1 {
    font-weight: 700;
    font-size: 16px;
}

.footer-social-wrapper a {
    background-color: #1c1b1b66;
    border: 1px solid #ffffff1a;
    padding: 12px;
    border-radius: 100px;
    color: #b9b7b6;
    display: flex;
}

.footer-social-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-social-wrapper img {
    width: 30px;
    height: 30px;
}

.footer-rights {
    border-top: 1px solid #ffffff36;
    width: 100%;
    padding-top: 10px;
    font-weight: 100;
    font-size: 12px;
    color: #a5a3a3;
}