.elementor-394 .elementor-element.elementor-element-d1289cf{--display:flex;--padding-top:35px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-394 .elementor-element.elementor-element-e599e21{text-align:justify;font-family:"Rubik", Sans-serif;font-size:16px;font-weight:400;line-height:25px;}.elementor-394 .elementor-element.elementor-element-5e5d178{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-394 .elementor-element.elementor-element-62cf1cd .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;line-height:14px;border-radius:6px 6px 6px 6px;padding:18px 51px 18px 51px;}.elementor-394 .elementor-element.elementor-element-62cf1cd{width:auto;max-width:auto;}.elementor-394 .elementor-element.elementor-element-62cf1cd.elementor-element{--align-self:flex-start;}.elementor-394 .elementor-element.elementor-element-12301e8 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;line-height:14px;border-radius:6px 6px 6px 6px;padding:18px 51px 18px 51px;}.elementor-394 .elementor-element.elementor-element-12301e8{width:auto;max-width:auto;}.elementor-394 .elementor-element.elementor-element-12301e8.elementor-element{--align-self:flex-start;}.elementor-394 .elementor-element.elementor-element-277372f .elementor-button{background-color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;line-height:14px;border-radius:6px 6px 6px 6px;padding:18px 51px 18px 51px;}.elementor-394 .elementor-element.elementor-element-277372f .elementor-button:hover, .elementor-394 .elementor-element.elementor-element-277372f .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-394 .elementor-element.elementor-element-277372f{width:auto;max-width:auto;}.elementor-394 .elementor-element.elementor-element-277372f.elementor-element{--align-self:flex-start;}.elementor-394 .elementor-element.elementor-element-2e41902{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5e5d178 */@media (max-width: 768px) {#buttonid .elementor-button-link {
    width: 180px; /* Adjust width as needed */
    /* Optionally, you can add other styles such as padding or margin to further customize the appearance */
    padding: 10px 20px; /* Example padding */
}

.button-container {
  display: flex;
  flex-wrap: wrap; /* Allow buttons to wrap to the next line */
}

.ncfe-button {
  margin-right: 10px; /* Add some spacing between buttons */
  margin-bottom: 10px; /* Add some spacing below buttons */
}

/* Media query for mobile devices */

  .ncfe-button {
    display: block; /* Display buttons as block elements */
    margin-right: 0; /* Remove right margin */
  }
}/* End custom CSS */