/* your styles go here */
a.sk-hide:link {color:#555;}
a.sk-hide:visited {color:#555;}
a.sk-hide:hover {color:#555;}

/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}


.testimonials .item .testimonial .bottom {
    position: relative;
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.testimonials-person-wraper{
    width: 100%;
    display: flex;
}
.testimonials-picture-wraper{
    width: 100px;
}
.testimonials-picture-wraper img{
    border-radius: 100%;
    width: 100%;
}
.testimonials-person-name-wraper{
    padding-left: 20px;
}

.testimonials-person-name-wraper h5{
    margin-bottom: 2px;
}

.testimonials-person-name-wraper img{
    max-width: 150px;
    max-height: 50px;
}

.testimonials-text-wraper{
    margin-top: 20px;
}

.testimonial .icon{
    position: absolute;
    top: 70px;
    right: 0;
    width: auto !important;
    height: auto;
    border: none;
}

.testimonials .item{
    padding-bottom: 25px;
}