.bottom-wrapper {
    height: 350px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

@media(max-width: 600px) {
    .bottom-wrapper {
        flex-direction: column;
        height: 250px;
    }
}

@media(max-height: 600px) {
    .bottom-wrapper {
        height: 150px;
    }
}
