/* CSS to fix alignment of feature box headings */
.feature-boxes-area .feature-box-ultra-white {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.feature-boxes-area .feature-box-ultra-white .feature-icon {
    margin-bottom: 25px !important;
    min-height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.feature-boxes-area .feature-box-ultra-white h4 {
    min-height: 40px !important; /* Standardize heading height */
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.feature-boxes-area .feature-box-ultra-white p {
    flex-grow: 1 !important;
}
