.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    transform: none !important;
}

.flex-gallery {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.gallery-item img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 250px;
    max-width: 100%;
}

@media (max-width: 989px) {
    .flex-gallery {
        flex-wrap: wrap;
    }
}

.logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 25px;
    row-gap: 40px;
}

.logo-wrap img {
    width: auto;
    height: auto;
    max-height: 125px;
}

img.forbes-nextgen-23 {
    max-height: 125px;
}


/* Latest Insights Post CSS - Starts */

.facetwp-template[data-name=latest_insights] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}
 
@media (max-width:990px) {
    .facetwp-template[data-name=latest_insights] {
        grid-template-columns: 1fr 1fr;
    }    
}
 
@media (max-width:767px) {
    .facetwp-template[data-name=latest_insights] {
        grid-template-columns: 1fr !important;
    }    
}
 
 
.post-card .post-featured-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
 
.post-card .post-card-title a {
    font-size: 19px;
    color: var(--alt-color);
    font-weight: 600;
    line-height: 1.5;
    display: block;
    margin: 15px 0;
}

.insight-date {
    color: #666;
}

.insight-excerpt {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

/* Latest Insights Post CSS - Ends */