/*
Theme Name: VAF
Template: hello-elementor
Author: Child Theme Configurator
Version: 1.0.1731922806
Updated: 2024-11-18 09:40:06

*/

.employee a {
    color: inherit;
}

.employee .fa{
    min-width: 20px;
    display: inline-block;
}

.employee-img{
    text-align: center;
    opacity: .8;
    background: #ccc;
    padding: 1.5rem;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 1rem;

}

.employee-img img{
    filter: invert(100);
    max-width: 100px;
    object-fit: contain;
    max-height: 50px;
    width: auto;
    margin: 0 auto;
}

.marquee{
    overflow: hidden;
    display: flex;
    white-space: nowrap;
}
