.section--small-banner{position:relative}.section--small-banner .small-banner{background:#ebebeb;padding:35px 20px;border-radius:15px;position:relative}@media(max-width: 575px){.section--small-banner .small-banner{display:block !important}}.section--small-banner .small-banner .btn{height:fit-content}@media(max-width: 575px){.section--small-banner .small-banner .btn{margin-top:15px}}/*# sourceMappingURL=small-banner.css.map */

.section--small-banner .features{
    display:flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.section--small-banner .features i{
    color: var(--primary);
}