@charset "utf-8";


.company-img {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.company-logo:first-child {
    width: 100%;
}