.bgblackslider h1{
    color: white;
}
.bgblackslider{
    background-color: black;
    padding-top: 137px;
    padding-bottom: 120px;
}
.bgblackslider .container {
    margin-bottom: 53px;
}
@media (min-width: 1200px) {
    h1.slide-from-bottom {
        font-size: 78px !important;
    }
}
@media (min-width: 768px) {
    h1.slide-from-bottom {
        font-size: 49px !important;
    }
    h1.slide-from-bottom22 {
        font-size: 49px !important;
    }
    h1.slide-from-bottom22{
        margin-top: 70px;
    }
    h1.slide-from-bottom{
        margin-bottom: 40px;
    }
}
.stationary {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: auto;
    margin-right: 10px;
}
.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.item.slick-slide {
    color: white;
    background: #4daea4;
    max-width: 332px;
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .item.slick-slide{
margin-right: 7px !important;
    }
    .slider-container {
        flex-wrap: wrap !important;
    }
    h1.slide-from-bottom{
        margin-top: 15px;
        font-size: 25px !important;
        margin-bottom: 30px;
    }
    }