.companies {
    display: flex;
    justify-content: space-between;
}

.companies > img {
    height: 5rem;
}

@media (max-width: 480px) {
    .companies {
        flex-direction: column;
        align-items: center;
        gap: 10rem;

        margin-top: 20rem;
    }
}