.footer {
    width: 91.375rem;
    border-top: 1px solid #585858;
    background-color: #000;
    padding-top: 3.125rem;
    margin: 0 auto;
    margin-top: 6.25rem;
    display: flex;
    color: #909090;
    justify-content: space-around;
}

.footer .l img {
    width: 4.4375rem;
    height: 1.75rem;
    margin-bottom: 2.5rem;
}

.footer .l {
    font-size: 1rem;
    width: 25.625rem;
}

.footer .l div {
    margin-top: 0.5rem;
}

.footer .c div {
    margin-top: 0.5rem;
    font-size: 1rem;
}

.footer .r {
    width: 21.875rem;
    justify-content: space-around;
    display: flex;
    font-size: 0.75rem;
    text-align: center;
}

.footer .r img {
    width: 8.75rem;
    height: 8.75rem;
    margin-bottom: 0.625rem;
}

.footer .l .eamil a {
    color: #909090;
    text-decoration: none;
}