.sap-about-home .sap-home-journey__stops>i,
.sap-about-home .sap-home-journey__stops>i:first-child,
.sap-about-home .sap-home-journey__stops>i:last-child{
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	box-shadow:none!important;
}
.sap-about-home .sap-home-journey__stops>i::after,
.sap-about-home .sap-home-journey__stops>i.is-reached::after,
.sap-about-home .sap-home-journey__stops>i:first-child::after,
.sap-about-home .sap-home-journey__stops>i:last-child::after{
	border:2px solid #fff!important;
	border-radius:50%!important;
	background:var(--sap-accent)!important;
	box-shadow:0 0 0 2px color-mix(in srgb,var(--sap-accent) 24%,transparent)!important;
}
.sap-about-home .sap-home-journey__stops>i:not(:last-child)::before{
	background:var(--sap-accent)!important;
}
