/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2024 | 18:52:20 */
/* .works-about-banner{
	position: relative;
}
.works-about-banner::after{
	content: '';
    background-image: url('https://potscarepa1stg.wpenginepowered.com/wp-content/uploads/2024/02/download-4.svg');
    background-size: 100% 10vw;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    height: 10vw;
    position: absolute;
    width: 100%;
    transform: scale(1, 1);
} */
.recovery-process-wrap{
	position: relative;
}
.recovery-process-wrap::after{
	content: '';
    background-image: url('https://potscarepa1stg.wpenginepowered.com/wp-content/uploads/2024/02/download-5.svg');
    background-size: 100% 100px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    height: 100px;
    position: absolute;
    width: 100%;
    transform: scale(-1, 1);
}
.dr-and-family{
	position: relative;
}
.dr-and-family::after{
	content: '';
    background-image: url('https://potscarepa1stg.wpenginepowered.com/wp-content/uploads/2024/02/download-7.svg');
    background-size: 100% 100px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100px;
    position: absolute;
    width: 100%;
    transform: scale(1, -1);
}
.wp-playlist.wp-audio-playlist.wp-playlist-light {
    background: none !important;
    border: none !important;
}
.wp-playlist-tracks {
    display: none !important;
}