footer {
    position: relative;
    background: var(--primary);
    padding: 6rem 0 4rem;
    z-index: 0;
}
footer .position-absolute.ellipse {
    right: 0;
    bottom: 0;
}
footer .position-absolute.rectangle {
    left: 0;
    bottom: 0;
}
footer .position-absolute.city {
    left: 2rem;
    bottom: 1rem;
}
.footer__column {
    margin-bottom: 25px;
}
.footer__column .brand img {
    height: 60px;
}
.footer__column p {
    max-width: 400px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--opecity-white);
}
.footer__column h2 {
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer__column ul.links {
    padding: 0;
}
.footer__column ul.links li {
    list-style: none;
    padding-bottom: 5px;
}
.footer__column ul.links li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--opecity-white) !important;
}
.footer__column ul.links li a:hover {
    color: var(--white) !important;
}
.footer__column .social-links {
    display: flex;
}
.footer__column .social-links .link {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    color: var(--primary);
    border-radius: 50%;
}
