.slider-text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 600px) {
    .slider-text{
        flex-direction: column;
    }
}