.layoutFooter__logos__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.layoutFooter__logos__group {
    display: flex;
    align-items: center;
}

.layoutFooter__logos__paymentLogo {
    max-width: 100px;
    height: auto;
    margin: 5px;
}

.social-icon {
    width: 24px;
    height: 24px;
}
.layoutFooter__logos__paymentLogo {
    width: 40px;
    height: auto;
    margin-right: 8px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .layoutFooter__logos__paymentLogo {
        max-width: 80px;
    }

    .social-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .layoutFooter__logos__paymentLogo {
        max-width: 60px;
    }

    .social-icon {
        width: 16px;
        height: 16px;
    }
}