.elementor-12437 .elementor-element.elementor-element-e296135{--display:flex;--min-height:40vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;}.elementor-12437 .elementor-element.elementor-element-e296135:not(.elementor-motion-effects-element-type-background), .elementor-12437 .elementor-element.elementor-element-e296135 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFBD25;}.elementor-widget-heading .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-12437 .elementor-element.elementor-element-dfb9bf5{text-align:center;}.elementor-12437 .elementor-element.elementor-element-dfb9bf5 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:50px;font-weight:500;line-height:70px;color:#151515;}.elementor-12437 .elementor-element.elementor-element-923bd20{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-12437 .elementor-element.elementor-element-923bd20:not(.elementor-motion-effects-element-type-background), .elementor-12437 .elementor-element.elementor-element-923bd20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-12437 .elementor-element.elementor-element-b5dba2d{--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-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-12437 .elementor-element.elementor-element-073e6e4 .elementor-icon-list-icon i{color:#000000;transition:color 0.3s;}.elementor-12437 .elementor-element.elementor-element-073e6e4 .elementor-icon-list-icon svg{fill:#000000;transition:fill 0.3s;}.elementor-12437 .elementor-element.elementor-element-073e6e4{--e-icon-list-icon-size:5px;--icon-vertical-offset:0px;}.elementor-12437 .elementor-element.elementor-element-073e6e4 .elementor-icon-list-text{transition:color 0.3s;}@media(min-width:768px){.elementor-12437 .elementor-element.elementor-element-b5dba2d{--width:100%;}}@media(max-width:767px){.elementor-12437 .elementor-element.elementor-element-e296135{--min-height:20vh;--justify-content:center;}.elementor-12437 .elementor-element.elementor-element-dfb9bf5 .elementor-heading-title{font-size:28px;line-height:42px;}.elementor-12437 .elementor-element.elementor-element-923bd20{--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for icon-list, class: .elementor-element-073e6e4 */.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    width:730px;
    @media(min-width:1024px){
        width:1000px;
        
    }
     @media(min-width:1200px){
        width:1100px;
        
    }
}

.post-title {
    font-size:24px;
    line-height: 40px;
    font-family: Outfit;
    color: #151515;
    flex: 1;
}

.post-date {
    color: #151515;
    font-size:24px;
    line-height: 40px;
    font-family: Outfit;
    margin-left: auto; 
    white-space: nowrap; 
}


@media (max-width: 767px) {
    .post-header {
        flex-direction: column;
        align-items: flex-start;
        width:unset;
    }

    .post-date {
        margin-left: 0;
        margin-top: 10px; 
    }
    
    .post-title {
    font-size:16px;
    line-height: 22px;
    font-weight:300;
    font-family: Outfit;
    color: #151515;
    flex: 1;
}

.post-date {
    color: #505050;
    font-size:16px;
    line-height: 22px;
    font-family: Outfit;
  
}
}/* End custom CSS */