/*------------------------------------------------------***Style for Dev 2***------------------------------------------------------*/

.img-animation * {
    transition: all 0.7s ease-in-out;
}
.img-animation .coherence-figure {
    overflow: hidden;
}
.img-animation:hover .coherence-figure img {
    transform: scale(1.1)
}

@media only screen and (max-width: 800px){
/* body .tabs-responsive {
    display: flex !important;
} */
}