.logo-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
    row-gap: 25px;
    column-gap: 50px;
    width: 900px;
   max-width: 100%;
   margin-inline: auto;
}

.logo-items img {
    height: auto;
    width: auto;
    max-height: 55px;
    max-width: 280px;
}

.logo-items svg {
    height: 50px;
    width: auto;
}

.avia_textblock blockquote {
    color: #333;
    font-size: 20px;
    border-color: var(--alt-color) !important;
}