.info-image {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.info-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.info-features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-features i {
    color: var(--primary);
}

/* DARK */

.info-dark {
    background: #111;
    color: #fff;
}

.info-soft {
    background: #f8f9fa;
}