.logo-sponsor-img{
    object-fit: contain;
    max-height: 117px;

}
.logo-partner-img{
    object-fit: contain;
    max-height: 117px;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.rbt-testimonial-box .clint-info-wrapper .thumb {
    width: 70px;
  }