.elementor-84449995 .elementor-element.elementor-element-df487d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-84449995 .elementor-element.elementor-element-1001870 p{margin-block-end:0px;}.elementor-84449995 .elementor-element.elementor-element-1001870 a{color:var( --e-global-color-primary );}.ct-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 1.5em 0;
}

.ct-card {
       background: #ffffff;
    border-left:1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 8px 8px 8px 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s;
}

.ct-card:hover {
    border-color: #71ae4b;
}

.ct-card-title {
    font-size: 1em;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #66B041;
}

.ct-card-body {
    font-size: 0.9em;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.ct-card-link {
    display: inline-block;
    margin-top: auto;
    padding: 8px 16px;
    background: #000000;
    color: #ffffff !important;
    font-size: 0.85em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.15s;
    text-align: center;
}

.ct-card-link:hover {
    background: #71ae4b;
    color: #ffffff !important;
    text-decoration: none;
}

@media (max-width: 640px) {
    .ct-card-grid {
        grid-template-columns: 1fr;
    }
}