.swiper {
    width: 100%;
    height: 100%;
}
/*.swiperBlock {*/
/*    min-height: 300px;*/
/*}*/

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide__wrap {
    display: flex;
    justify-content: space-around;
    min-height: 100px;
    height: 100%;
    margin: 5px;
    box-shadow: grey 1px 1px 7px -2px;
}
.swiper-slide__img {
    width: 50%;
    margin-right: auto;
}
.swiper-slide__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 90px;
}

.swiper-slide__textBlock {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 10px;
    width: 50%;
    font-family: Rubik-Light, sans-serif;
}

.swiper-slide__textTitle {
    margin-bottom: auto;
    color: #502c1d;
    font-size: 14px;
    margin-top: 5px;
    font-family: Rubik-Regular, sans-serif;
}
.swiper-slide__textBlock div p{
    margin: 0;
}
.swiper-slide__textBlock div p:last-child {
    margin-bottom: 5px;
}

.swiper-slide__textBlock div:last-child  {
   font-weight: bold;
   color: #502c1d;
}

.swiper-slide__textBlock p {
    margin: 0 0 10px 0;
}

.swiper-slide__textBlock{
    color: #eea90b;
    text-align: left;
    font-size: 12px;
}

.swiper-slide__textDescription {

}




@media screen and (max-width: 520px) {
    .swiper-slide__textTitle {
        font-size: 9px;
    }
    .swiper-slide__textBlock {
        font-size: 8px;
    }

    .swiper-slide__textDescription {
        font-size: 6px;
    }
}

















