footer {
    margin-top: 70px;
}

footer .container:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

footer .container:nth-child(2) {
    margin-bottom: 0;
}

.footer__links {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.footer__list {
    width: 32%;
}

.footer__list__title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__list_item {
    margin-bottom: 15px;
}

.footer__list__link {
    font-size: 0.75rem;
    color: #555;
    text-decoration: none;
}

.footer__social {
    width: 25%;
}

.footer__app {
    width: 100%;
    margin-bottom: 30px;
}

.footer__app__title, .footer__social__media__title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__app__icons {
    width: 230px;
    display: flex;
    justify-content: space-between;
}

.footer__app__icon {
    width: 45%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__app__icon img {
    width: 120%;
    height: auto;
}

.footer__social__media {
    width: 100%;
}

.footer__social__media__icons {
    width: 180px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer__social__media__icon {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 10px;
}

.footer__social__media__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}

.footer__bottom__left {
    width: 64%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__bottom__link {
    font-size: 0.875rem;
    /* font-weight: 600; */
    color: #000;
}

.footer__copyright {
    width: 34%;
    display: flex;
    align-items: center;
}

.footer__copyright__copy {
    font-size: 0.7rem;
    color: #777;
}