@charset "UTF-8";

.footer-container {
    width: 100%;
    background-color: #252222;
    padding-top: 0.5em;
}

.footer-content {
    padding: 2em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2em;
}

.footer-section a {
    color: white;
}

.footer-section-menu {
    overflow: auto;
    margin-left: 1em;
}

.footer-section-menu li a {
    color: white;
}

.footer-section-menu li {
    display: block;
    margin: 0 0 8px;
    display: block;
}

.footer-section-menu li:last-child {
    margin: 0 0 16px;
}

.footer-section-menu a {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

.footer-section-menu a:hover {
    text-decoration: underline;
    color: #EE8A26;
}

.footer-copyright {
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: white;
}

.footer-section-title {
    display: block;
    margin: 0 0 13px;
    font-size: 18px;
    font-variant: normal;
}

.footer-section-title.neiTitleB {
    margin: 16px 0 14px;
}

.footer-section-title a {
    color: var(--burnt-orange);
}

.footer-section-title a:hover,
.footer-section-title a:focus {
    color: var(--burnt-orange);
}

.footer-section-menu li a:hover {
    color: white;
}