.banners {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    & > * {
        width: 344px;
    }
}
