.logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    gap: 37px;
}

.logos-section img {
    max-width: 100%;
}