/**
* 2023 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2023 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.anblocklogos {
    margin-bottom: 20px;
}
.anblocklogos-title {
    text-align: center;
    color: #045e8d;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.anblocklogos-column-list {
    display: flex;
    flex-wrap: wrap;
}
.anblocklogos-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    border-right: 1px solid #045e8d;
    margin-bottom: 20px;
}
.anblocklogos-column:last-child {
    border: 0;
}
.anblocklogos-column-title {
    color: #045e8d;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.anblocklogos-logo {
    margin-bottom: 20px;
}
.anblocklogos-logo:last-child {
    margin-bottom: 0;
}
.anblocklogos-logo img {
    max-width: 85px;
    height: auto;
}
@media (max-width: 767px) {
    .anblocklogos-column {
        border: 0;
        width: 50%;
    }
}