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

@media screen and (max-width: 375px) {
    .bottom__list{
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .bottom__list{
        flex-direction: column;
    }
}