h1, .h1 {
    color: #017152;
    text-align: center;
    margin-bottom: 10px;
}
h4, .h4 {
    color: #444;
    text-align: center;
    margin-bottom: 50px;
}
h4 a {
    color: #12a89d;
}
.janna {
    width: 80vw;
    min-height: calc(100vh - 256px);
    color: #444;
    margin: 130px auto 20px auto;
    position: inherit;
    box-sizing: border-box;
}
.janna b{
    color: #017152;
}

/* Слайдер */
.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: 50%;
}
/* !Слайдер */
.slider__item {
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    display: block;
}
.testimonials__icon {
    display: block;
    height: 3.3rem;
    width: 3.3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/icon-quote.svg);
    position: absolute;
    top: 0;
    left: 5.5rem;
}
.testimonials__slide p {
    min-height: 330px;
}
.testimonials__author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 7.2rem;
}
.name-star {
    width: 80%;
}
.testimonials__author svg.svg {
    width: 5rem;
    color: #017152;
    margin-left: 10px;
}


@media only screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .janna {
        width: 96vw;
        min-height: calc(100vh - 296px);
        margin-top: 100px;
    }
}