h1, .h1 {
    color: #017152;
    text-align: center;
    margin-bottom: 50px;
}
.janna {
    width: 80vw;
    min-height: calc(100vh - 274px);
    color: #444;
    margin: 130px auto 20px auto;
    position: inherit;
    box-sizing: border-box;
}
.janna b{
    color: #017152;
}
.janna p {
    width: fit-content;
    margin: auto;
    font-size: 3rem;
}

/* Слайдер */
.slick-slider{
    min-width: 0;
}
.slick-list {
    overflow: hidden;
}
.slick-track{
    display: flex;
    align-items: flex-start;
}
.slider {
    position: relative;
    padding: 0;
    margin-bottom: 3vh;
}

.slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.slider .slick-dots li{
    list-style: none;
    margin: 0 10px;
}
.slider .slick-dots button{
    font-size: 0;
    width: 20px;
    height: 5px;
    background-color: #343a40;
    border: 1px solid #000;
    border-radius: 5%;
}
.slider .slick-dots li.slick-active button{
    background-color: #017152;
    border: 1px solid #444;
}
.slider__item {
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider__item:active, .slider__item:focus, .slider__item:visited, .slider__item:focus-visible, .slider__item:focus-within {
    outline: none;
}
.slider__item img{
    width: 36vw;
    height: 24vw;
}
/* !Слайдер */

@media only screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .janna {
        width: 96vw;
        margin-top: 100px;
    }
    .janna p {
        font-size: 1.4rem;
    }
    .slider__item img{
        width: 86vw;
        height: 54vw;
    }
}