﻿
.logosContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2em;
    row-gap: 2em;
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    max-height: 510px;
}

.divLogo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    max-height: 135px;
}

.imgLogo {
    max-width: 100%;
    height: 15vh;
    object-fit: contain;
}

