section#image-silder {
    margin-bottom: 20px;
}
.splide__slide__container {
    display: flex;
}
.splide__slide img {
    width: 100%;
    height: auto;
}
.slide__body {
    padding: 25px;
    background-color: rgba(0,0,0,.7);
    width: 28%;
    position: absolute;
    right: 0;
    height: inherit;
}
.slide__title {
    font-family: 'Lato';
    font-size: 2.7em;
    margin-bottom: 15px;
    color: #fff;
}
.splide__slide__container .slide__body p {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: 0;
    right: calc(100% - 66px - 72%);
}
button.splide__arrow {
    background: url(../css/bg/bg_direction_custom.png);
    opacity: 1;
    width: 33px;
    height: 33px;
    border-radius: unset;
    position: relative;
    float: left;
    left: 0;
    right: 0;
    bottom: 44px;
}
button.splide__arrow.splide__arrow--next {
    background-position: -33px 0;
}
ul.splide__pagination.splide__pagination--ltr {
    height: 60px;
    background-color: #ddd;
    bottom: 0;
    width: 72%;
    position: relative;
}
.splide__pagination__page {
    background: #999;
    height: 10px;
    width: 10px;
    margin: 4px;
}
.splide__pagination__page.is-active {
    background: #29556c;
}
.cs__catalogue {
    position: absolute;
    width: 28%;
    min-height: 60px;
    right: 0;
    background: #29556c;
    text-align: center;
    font-size: 1.7em;
    color: #fff !important;
    line-height: 29px;
    padding: 15px 0;
    transition: all .3s;
}
.splide a.cs__catalogue:hover {
    text-decoration: none;
    background: #bfae94;
    color: #000 !important;
    opacity: .7;
}
@media  (max-width: 991px) {
  .splide__arrows.splide__arrows--ltr {
       display: none;
    }
}
@media  (max-width: 767px) {
  .slide__body {
       width: 100%;
       bottom: 0;
       height: 50%;
    }
    .cs__catalogue,
    ul.splide__pagination.splide__pagination--ltr {
        width: 50%;
    }
}
@media  (max-width: 500px) {
    .slide__body {
        height: 100%;
    }
    .cs__catalogue{
        position: relative;
        width: 100%;
    }
    ul.splide__pagination.splide__pagination--ltr {
        display: none;
    }
}

.testi-item {
    padding: 10px;
}
.testi-content {
    min-height: 215px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #558da4;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
}
span.testi-icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 0 0;
    padding: 0;
    position: relative;
}
.testi-icon img {
    width: 100%;
    height: 100%;
}
.testi-content p {
    margin-top: 15px;
    margin-bottom: 0;
    word-wrap: break-word;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.3;
}
.testi-image {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 20px auto 0 0;
}
.testi-image img {
    width: 100%;
}
.testi-container h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: -25px auto 0 53px;
    font-size: 1.125em;
    font-family: 'lato';
}