.whats-included-0a257c70 {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.whats-included-0a257c70 .wi-section-title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 48px;
}

.whats-included-0a257c70 .wi-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .whats-included-0a257c70 .wi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.whats-included-0a257c70 .wi-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.whats-included-0a257c70 .wi-block:hover {
    transform: translateY(-4px);
}

.whats-included-0a257c70 .wi-block-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 50%;
    color: #0369a1;
}

.whats-included-0a257c70 .wi-block-icon svg {
    width: 24px;
    height: 24px;
    fill: #0369a1;
}

.whats-included-0a257c70 .wi-block-content {
    flex: 1;
}

.whats-included-0a257c70 .wi-block-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0;
}

.whats-included-0a257c70 .wi-block-desc {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}