.features-grid-926a7825 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
}

.feature-box-926a7825 {
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box-926a7825:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.feature-icon-926a7825 {
    margin-bottom: 15px;
    display: inline-flex;
}

.feature-icon-926a7825 i {
    font-size: 45px;
}

.feature-icon-926a7825 svg {
    width: 45px;
    height: 45px;
}

.feature-title-926a7825 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
}
