[class^="wmx-service-section-"] img, .is-style-border-with-rounded-corners, .wmx-service-section-1 img, .wmx-service-section-2 img, .wmx-service-section-3 img, .wmx-service-section-4 img, .wmx-service-section-5 img, .wmx-service-section img {
    border-radius: 20px !important;
    border: 2px solid #000 !important;
}

 .wp-block-query.flex-reverse-alternate-posts ul li:nth-child(odd) svg{
	display: none;
}
.wp-block-query.flex-reverse-alternate-posts ul li:nth-child(2) svg, .wp-block-query.flex-reverse-alternate-posts ul li:nth-child(4) svg{
	bottom: -200px !important;
	right: -115px !important;
}
.wp-block-query.flex-reverse-alternate-posts ul li:last-child svg{
	bottom: -150px;
}
.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-content .br-bordersq::before{
	right: unset;
    left: -30px;
}
.br-bordersq{
	z-index:1;
}
.br-bordersq::before, .bl-bordersq::after{
	z-index:-1;
}
.service-img{
	position: relative;
}
.service-img svg#third-dots2{
	left: -120px;
    bottom: -70px;
}

.wp-block-query.flex-reverse-alternate-posts ul li:nth-child(odd) .br-bordersq::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 90%;
    height: 90%;
}
.wp-block-query.flex-reverse-alternate-posts ul li:nth-child(even) .br-bordersq::before {
    right: -30px !important;
	left: unset !important;
}