/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2024 | 05:53:30 */
.custom-orange-bg{background-color: #db582e;}
.custom-white-txt{color: #ffffff;}

.reverse-row>div {
    display: flex;
}
.reverse-row>div>div:last-child {
    order: -1;
}

@media only screen and (max-width: 767px) {
	.reverse-row>div>div:last-child {
		order: 0;
	}
}
.wp-container-2 {
    background: #f1f1f1;
    padding: 25px 20px 0 !important;
}
.wp-container-2 .wp-container-1 {
    background: #f1f1f1;
    padding: 0 20px !important;
}
.page-id-6103 .wp-container-10 {
    background: #f1f1f1;
    padding: 80px 40px 20px 40px !important;
}
.post .wp-block-image:not(.is-style-rounded)>a, .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
width:100%;
}
.wp-block-columns {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}