.long-banner {
    width: 100%;
    background-color: #ccf080;
    padding: 24px 16px;
}

.long-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.long-banner__icon {
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.long-banner__icon i {
    font-size: 18px;
    color: #15803d;
}

.long-banner__text {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #1f2933;
    text-align: center;
}

