.elementor-31428 .elementor-element.elementor-element-fd783e6{--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;border-style:none;--border-style:none;--border-radius:20px 20px 20px 20px;--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-31428 .elementor-element.elementor-element-fd783e6:not(.elementor-motion-effects-element-type-background), .elementor-31428 .elementor-element.elementor-element-fd783e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-72d2bb3 );}.elementor-31428 .elementor-element.elementor-element-20bcb7a{--display:flex;--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-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-31428 .elementor-element.elementor-element-9cfbde3{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-31428 .elementor-element.elementor-element-7037bf1 > .elementor-widget-container{margin:20px 0px 20px 0px;}@media(max-width:1024px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-31428 .elementor-element.elementor-element-7037bf1 > .elementor-widget-container{margin:20px 0px 0px 0px;}}@media(max-width:575px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS */a.card-related-news {
    text-decoration: none !important;
}

.row-desc .post-date {
     font-size: 1rem !important;
        color: #1C1C1C !important;
    font-family: "LINE_Seed_Sans_Regular" !important;
}

.card-related-news img {
    transition: all 0.15s ease-in-out;
    transform: scale(1);
}

.card-related-news:hover img {
    transition: all 0.15s ease-in-out;
    transform: scale(1.03);
}

@media (max-width: 575px) {
    .card-related-news .row-desc h3 {
        -webkit-line-clamp: 2 !important;
    }
}

.row-featured-img {
    overflow: hidden;
}/* End custom CSS */