.elementor-kit-711{--e-global-color-primary:#1DAC59;--e-global-color-secondary:#318CC9;--e-global-color-text:#000000;--e-global-color-accent:#63BB7F;--e-global-color-b9cc956:#03020203;--e-global-color-4edf7ab:#FFFFFF;--e-global-color-0d324b2:#F5F5F5;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;}.elementor-kit-711 a{color:var( --e-global-color-accent );}.elementor-kit-711 h1{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-711 h2{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-711 h3{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-711 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-711 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-711 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-711 button,.elementor-kit-711 input[type="button"],.elementor-kit-711 input[type="submit"],.elementor-kit-711 .elementor-button{color:var( --e-global-color-4edf7ab );background-color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;padding:8px 12px 8px 12px;}.elementor-kit-711 input:not([type="button"]):not([type="submit"]),.elementor-kit-711 textarea,.elementor-kit-711 .elementor-field-textual{padding:20px 20px 20px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-711 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    margin: 0px;
}

.jet-listing-dynamic-repeater__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.1rem;
}
.jet-listing-dynamic-repeater__item .img {
    width: 100% !important;
    height: 200px !important;
	border-radius: 7px !important;
}
.jet-listing-dynamic-repeater__item .img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.jet-listing-dynamic-repeater__item h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.jet-listing-dynamic-repeater__item {
    /* flex: 1; */
    width: 100%;
}/* End custom CSS */