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

.an_banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.an_banners-default {
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0 0 50px;
}
.an_banners-default .an_banners-image img {
    max-width: 100%;
    width: 100%;
}
.an_banners-default .an_banners-content {
    margin-bottom: 24px;
}
.an_banners-default .an_banners-title {
    line-height: 1.2;
}
@media (max-width: 600px) {
    .an_banners-default {
        max-width: 100%;
        width: 100%;
    }
}