/* Add custom CSS styles below */ 
.image-title .title-heade {
    color: #ffffff;
}
.gap-5 {
    gap: 3.25rem !important;
}
.grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.text.m-3.lg\:mb-6.flex.text-center.gap-2\.5.flex-col.items-center {
    margin: 24px !important;
}
section.g_features.my-\[30px\].g_features-6 .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
}