.services-patient-tech ul{
	margin: 0;
}
.services-patient-tech ul li .wp-block-columns{
	justify-content: space-between;
}
.services-patient-tech ul li:nth-child(even) {
    direction: rtl !important;
}
.services-patient-tech ul li:nth-child(even) h2, .services-patient-tech ul li:nth-child(even) .wp-block-post-excerpt{
	text-align: left;
}
.services-patient-tech ul li:nth-child(even) figure img{
	border-top-left-radius: 200px;	
}
.services-patient-tech ul li:nth-child(odd) figure img{
	border-bottom-right-radius: 200px;	
}
.services-patient-tech ul li h2 a:hover, 
.services-patient-tech ul li h2 a:focus{
	color: unset;
}
/*Reverse column make reverse animation*/
.services-patient-tech ul li:nth-child(even) .dental-tech-col-img [data-aos][data-aos][data-aos-delay="200"].aos-animate{
    animation-name: slideInReverse !important; /* New reverse animation */
    animation-duration: 1s !important;
    animation-fill-mode: both !important;
}

/* Reverse keyframes define karo */
@keyframes slideInReverse {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 1;
    }
}