.elementor-kit-6{--e-global-color-996df03:#E0AEBA;--e-global-color-acd0522:#D17484;--e-global-color-18bcea5:#8B263E;--e-global-color-579b51c:#786825;--e-global-color-b841d1e:#292800;--e-global-color-7587493:#FAF5E8;--e-global-color-54606d3:#11120D;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;font-family:"Rubik", Sans-serif;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Rubik", Sans-serif;}.elementor-kit-6 h1{font-family:"Rubik", Sans-serif;}.elementor-kit-6 h2{font-family:"Rubik", Sans-serif;}.elementor-kit-6 h3{font-family:"Rubik", Sans-serif;}.elementor-kit-6 h4{font-family:"Rubik", Sans-serif;}.elementor-kit-6 h6{font-family:"Rubik", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}/* Start custom CSS */.mf-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.mf-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.mf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}

@media (min-width: 1025px) { .mf-card { width: 25%; } }
@media (min-width: 768px) and (max-width: 1024px) { .mf-card { width: 48%; } }
@media (max-width: 767px) { .mf-card { width: 100%; } }/* End custom CSS */