footer
 {
    position: relative;
    padding: 20px;
    background: url(../../photos/new/footer.svg), #1F2A37;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;

}

footer h5 {
    font-size: 16px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 10px;
}

footer .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-list li {
    margin-bottom: 10px;
}

footer .footer-list li a {
    color: white;
    text-decoration: none;
}

footer .footer-list li a:hover {
    color: rgba(177, 151, 95, 1);
    transition: 0.3s;
}
footer h5 a {
    color: white;
    text-decoration: none;
}

footer h5 a:hover {
    color: rgba(177, 151, 95, 1);
    transition: 0.3s;
}

footer .footer-links-new {
    color: white;
    font-size: 14px;
    text-decoration: underline;
}

footer .footer-links-new:hover {
    color: rgba(177, 151, 95, 1);
    transition: 0.3s;
}

footer .footer-social-icons ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

footer .footer-social-icons ul li a {
    color: white;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2px;
}

footer .footer-social-icons ul li a:hover {
    color: rgba(177, 151, 95, 1);
    transition: 0.3s;
}

.last-update {
    background-color: var(--bg-section-news);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    text-align: left;
    font-size: 14px;
    color: var(--color-main);
    border-bottom: 2px solid rgba(177, 151, 95, 1);
}

.last-update p {
    margin: 0;
}