.spec-summary {
    padding: 60px 0;
}

.spec-summary__heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}

.spec-summary__grid {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
}

.spec-summary__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 250px;
}

.spec-summary__icon {
    width: 48px;
    height: auto;
}

.spec-summary__icon svg {
    width: 48px;
    height: auto;
}

.spec-summary__title {
    font-size: 32px;
    font-weight: 700;
}

.spec-summary__subtitle {
    font-size: 15px;
    color: var(--text-muted);
}

.engine-box {
    display: flex;
    align-items: flex-start;
    gap: 12px; /* space between icon and text */
}
.spec-lottie{
    flex-shrink: 0;

}

.engine-icon {
    width: 40px; /* adjust as needed */
    height: auto;
}

.engine-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.engine-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
}

.engine-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #888; /* similar grey as your screenshot */
}
