.rs-banner-b8f0ff18 {
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.rs-grid-b8f0ff18 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

@media (min-width: 768px) {
    .rs-grid-b8f0ff18 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .rs-grid-b8f0ff18 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.rs-item-b8f0ff18 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rs-icon-wrapper-b8f0ff18 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rs-icon-b8f0ff18 {
    font-size: 24px;
}

.rs-icon-b8f0ff18 svg {
    width: 24px;
    height: 24px;
}

.rs-number-b8f0ff18 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.rs-title-b8f0ff18 {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.9;
}