.slide {
    direction: ltr;
    margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
    .slide {
        margin-bottom: 40px;
    }
}