.fulloto_footer {
    background-color: #f7a600;
    width: -webkit-fill-available;
}

.fulloto_footer_logo {
    height: 60px;
    width: -webkit-fill-available;
    object-fit: contain;
}

.fulloto_footer_row {
    display: flex;
    flex-direction: row;
}

.fulloto_footer_column {
    padding: 16px;
    margin: 4px;
}

.fulloto_footer_link {
    font-size: 14px; 
    color: #1a1a1a;
}

@media screen and (max-width: 920px) {
    .fulloto_footer_row {
        display: grid;
    }
}