/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2024 | 18:39:35 */
.about-banner-after{
	position: relative;
}
.about-banner-after::after{
	content: '';
    background-image: url('https://potscarepa1stg.wpenginepowered.com/wp-content/uploads/2024/02/download-1.svg');
    background-size: 100% 100px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    height: 100px;
    position: absolute;
    width: 100%;
    transform: scale(1,-1);
}
@media(max-width:1024px){
	.about-banner-after::after{
		 background-size: 100% 40px !important;
	}
	.about-diana-class::after{
		    top: -10px !important;
		background-size: 100% 80px !important;
	}
}

.about-diana-class{
	position: relative;
}
.about-diana-class::after{
	content: '';
    background-image: url('https://potscarepa1stg.wpenginepowered.com/wp-content/uploads/2024/02/download-2.svg');
    background-size: 100% 100px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100px;
    position: absolute;
    width: 100%;
    transform: scale(1,1);
}

/* For Timeline Ruler in between */
.timeline-ruler {
	left: 50% !important;
    transform: translateX(-50%);

}