.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-77479 .elementor-element.elementor-element-6a3d4f6{--spacer-size:50px;}.elementor-widget-text-editor{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-77479 .elementor-element.elementor-element-a9966c4 .elementor-repeater-item-437ef7f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-77479 .elementor-element.elementor-element-a7b53ad{margin:90px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}.warningBox {
    background: #f4f3c3;
    color: #996600;
    border-left: 3px solid #996600;
}

.post-content h3 { 
    font-size: 24px;
    font-weight: 600;
    color: #000; 
    line-height: 1.7em; 
    
}

.div-row {
    display: table-row;
    width: 100%;
}
.div-col-2:nth-child(1){
   width:20%;
   padding: 10px;
    float: left;
    display: table-cell;
    color:#000;
}

.div-col-2:nth-child(2){
   width:80%;
    float: left;
    display: table-cell;
    color:#000;
}
.btn {
    padding: 0.75rem;
    background-color: #395964;
    color: #fff;
    border: 1px solid #fff;
}
.btn:hover {
    background-color:  #fff;
    color:#395964;  
    border: 1px solid #395964;
}