/*
Theme Name: Inusti Child
Theme URI: https://gavias-theme.com/wp/inusti/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: Child theme for the Inusti theme.
Template: inusti
*/
.infrastructure-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.infrastructure-gallery img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.infrastructure-gallery img:hover {
    transform: scale(1.1);
}
