.elementor-9763 .elementor-element.elementor-element-11737453{--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:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--flex-wrap:wrap;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9763 .elementor-element.elementor-element-6a978e6{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-Serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-9763 .elementor-element.elementor-element-e449743{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:2400px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1366px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-9763 .elementor-element.elementor-element-11737453{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:880px){.elementor-9763 .elementor-element.elementor-element-11737453{--justify-content:center;--flex-wrap:wrap;}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-11737453 */.financing-card {
    box-shadow: 0px 7px 18px -5px rgba(0,0,0,0.3);
    width: 35%;
    flex-grow: 1!important;
    border-radius: 10px;
    padding: 40px;
}

.financing-card img {
    width: 240px;
}

@media (min-width: 768px) and (max-width: 880px) {
    .financing-card {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .financing-card {
        width: 100%;
        min-height: 140px;
    }
}

.financing-card:hover {
    box-shadow: 0px 7px 18px -5px rgba(64, 70, 79, 0.6);
}/* End custom CSS */