.footer-dark {
    background-color: rgba(54, 51, 58, 1) !important;
    color: rgba(255, 255, 255, 1);
}

.footer-dark a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.footer-dark a:hover {
    text-decoration: underline;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 20px 20px;
}

.footer-title {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 2rem;
    max-width: 243px;
    width: 100%;
    max-height: 28px;
    font-size: 20px;
    letter-spacing: -0.07px;
    text-transform: initial;
    text-wrap: nowrap;
}

.footer_signal {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-muted {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: -0.04px;
    text-align: left;
    line-height: 16px;
    max-width: 502px;

}

.col-oxy {
    max-width: 550px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 243px;
    width: 100%;
    height: 216px;
}

.footer-list li {
    max-width: 243px;
    width: 100%;
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.05px;
}

.footer-list a {
    max-width: 243px;
    width: 100%;
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.05px;
    text-wrap: nowrap;
}

.footer-list a i {
    width: 16px;
    text-align: center;
    margin-right: 4px;
}


.footer-contact li {
    color: #ddd;
    margin: .5rem 0;
}

.footer-contact a {
    color: #ddd;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: transparent;
    height: fit-content;
}

@media (max-width: 768px) {
    .footer-bottom small.footer-muted {
        display: block;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .footer-bottom small.footer-muted a {
        display: block;
        white-space: normal;
    }

}
