/* Fix for project slider images/logos */
.project-three-active .project-item .project-iamge img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    /* Maintain aspect ratio */
    margin: 0 !important;
    /* Remove auto margins to ensure it fills available space if using width 100% */
    max-width: 100% !important;
    /* Override the inline max-width: 400px */
    display: block;
}

.project-three-active .project-item .project-iamge {
    width: 100%;
    display: block;
}

/* Ensure the text container aligns nicely */
.project-three-active .project-item .project-content {
    width: 100%;
    text-align: center;
}