.hero-trust-item,
.aei-benefit-item,
.aei-guarantee-item,
.aei-feature-col h3,
.aei-feature-col p,
.rate-review-cta {
    font-family: inherit; /* swap for the exact font-family value if inherit doesn't work */
}

.aei-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid transparent;
}

.aei-card:hover {
    transform: translateY(-6px);
    border-color: #000000;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.rate-review-cta {
    color: #1B1F3B; /* set this to whatever your base text color should be */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.25s ease;
}

.rate-review-cta:hover {
    color: #42E46E;
}

.btn-move {
    transition: transform 0.2s ease;
}

.btn-move:hover {
    transform: translateY(-3px);
}

.btn-move:active {
    transform: translateY(-1px);
}

#ecommerce-section { position: relative; }