.bottom-side {
    display: flex;
    gap: 10px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-inline: 2rem;
    min-height: 77px;
    align-items: flex-start;
}

.bottom-side a {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottom-side a span {
    margin-bottom: 1rem;
}

.bottom-side img {
    max-width: 50%;
}

@media only screen and (max-width: 600px) {
    .bottom-side a {
        width: 45%;
    }
}