.elementor-1860 .elementor-element.elementor-element-e4a8ae8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:16px 16px 16px 16px;--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-1860 .elementor-element.elementor-element-e4a8ae8:not(.elementor-motion-effects-element-type-background), .elementor-1860 .elementor-element.elementor-element-e4a8ae8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FCF8;}.elementor-1860 .elementor-element.elementor-element-9df45b6{--display:flex;--min-height:225px;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:16px 16px 0px 0px;--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-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1860 .elementor-element.elementor-element-6dddc00{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-theme-post-title .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-1860 .elementor-element.elementor-element-afcc35e{text-align:left;}.elementor-1860 .elementor-element.elementor-element-afcc35e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;line-height:24px;color:#000000;}.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-1860 .elementor-element.elementor-element-5ba17a0{text-align:left;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#000000;}.elementor-1860 .elementor-element.elementor-element-5ba17a0 p{margin-block-end:0px;}@media(min-width:768px){.elementor-1860 .elementor-element.elementor-element-e4a8ae8{--width:100%;}.elementor-1860 .elementor-element.elementor-element-9df45b6{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-e4a8ae8 */.img-item {
    height: 225px;
    max-height: 225px;
}

.news {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news .img-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex: 1;

}

.news .img-item .elementor-widget-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news .img-item .elementor-widget-image .elementor-widget-container,
.news .img-item .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}


.news:hover .img-item .elementor-widget-image img {
    transform: scale(1.2);
}/* End custom CSS */