footer {
    position: relative;
    padding: 110px 0 50px;
    background-color: var(--c3);
}

footer .logo {
    padding-bottom: 24px;
}

footer p {
    color: var(--cf);
}

footer h3 {
    color: var(--c2);
    margin-bottom: 24px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: var(--cf);
    text-decoration: unset;
}

footer ul li a:hover {
    color: var(--c1);
}

footer .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}

footer .bot ul {
    display: flex;
}

footer .bot .social_link li {
    margin-right: 20px;
}

footer .bot .social_link li:last-of-type {
    margin-right: 0px;
}

footer .bot .social_link li a em {
    font-size: 28px;
}

footer .bot .social_link li a:hover {
    color: var(--c1);
}

footer .bot .txt_policy li {
    margin-right: 20px;
}

footer .bot .txt_policy li:last-of-type {
    margin-right: 0px;
}