/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2023 | 21:00:21 */
.content_rows .main{
    flex-basis: calc( 100% - 250px );
}

.content_rows .sidebar{
    flex-basis: calc( 250px );
}

.content_rows .container{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.content_rows .content-section{
    margin-bottom: 80px;
}

.content_rows .content p,
.content_rows .content ul,
.content_rows .content h2,
.content_rows .content h3,
.content_rows .content h4,
.content_rows .content h5{
    margin-bottom: 25px;
}

@media only screen and (max-width: 990px){
    .content_rows .container{
        flex-direction: column-reverse;
    }
}

.rtl .wpstack-image.floating-image{
    float: left;
}

.ltr .wpstack-image.floating-image{
    float: right;
}

.content-section .wpstack-image.floating-image{
    width: 35%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content-section .wpstack-image.floating-image img{
    width: 100%;
    height: auto;
}