.ma-features-widget .feature-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ma-features-widget .feature-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    height: 100%; 
}

.ma-features-widget .feature-icon,
.ma-features-widget .feature-title,
.ma-features-widget .feature-description {
transition: color 0.3s ease, fill 0.3s ease;
}