.flex-reverse-alternate-posts ul{
	margin: 0;
}
.wp-block-query.flex-reverse-alternate-posts ul li:nth-child(even) .service-content{
    flex-direction: row-reverse !important;
}
.wp-block-query.flex-reverse-alternate-posts ul li:nth-child(even) .service-img img{
	border-bottom-right-radius: 200px;
    border-top-left-radius: 0 !important;
}