footer * {
    color: #fff;
}

footer {
    width: 100%;
    padding: 1rem 0.5rem;
}

footer .footer_wrapper {
    display: flex;
    justify-content: space-around;
}

footer .footer_container {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    flex-wrap: wrap;
    width: fit-content;
}

footer .img_container {
    display: flex;
    align-items: center;
}

footer .img_container img {
    max-width: 100%;
    max-height: 3rem;
}

footer .footer_container dl {
    padding: 1rem 0;
}
footer .footer_container dl dt {
    padding-bottom: 0.5rem;
    font-weight: bold;
}

footer small {
    display: block;
    text-align: center;
}