.footer_content {
    display: flex;
}

.small_content, .small_content span, .small_content a, .small_content div {
    font-size: x-small;
}

.footer span {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .api_description, .firm_information {
        display: none;
    }
}

@media (min-width: 576px) {
    .firm_information_small {
        display: none;
    }
}


