.phase {
    background: #fefefe;
    font-size: 18px;
    padding: 12px 6px 12px 35px;
    position: relative;
    height: 62px;
    display: flex;
    align-items: center;
    width: 175px;
    justify-content: center;
}
.phases {
    margin-bottom: 100px;
}
.phase:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 9px;
    background: #fefefe;
    width: 44px;
    height: 44px;
    transform: rotate(45deg);
    z-index: 1;
}
.col-auto.col-ph-1 {
    position: relative;
    z-index: 1;
}

.phase:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 9px;
    background: #1C1C1C;
    width: 44px;
    height: 44px;
    transform: rotate(45deg);
    z-index: 0;
}
.col-auto:first-child .phase:before {
    display: none;
}
.phase.active {
    padding:15px 10px 15px 30px;
    margin-right: 11px;
    height: 82px;
    position: relative;
    top: -10px;
    width: 220px;
    background-color: var(--bs-green);
    color: #fff;
    margin-left: -8px;
}
.phase.active:before {
    width: 58px;
    height: 58px;
    left: -29px;
    top: 13px;
}
.phase.active:after {
    height: 58px;
    width: 58px;
    background-color: var(--bs-green);
    top: 12px;
    right: -29px;
}
.phase-1.phase.active:before {
    opacity: 0;
}
.phase.active .phase-name {
    font-size: 24px;
    font-weight: 700;
}
.col-auto.col-ph-1 {
    z-index: 2;
}
.col-auto.col-ph-2 {
    z-index: 1;
}
figure.on-side {
    display: table;
    border: 1px solid var(--bs-green);
    border-radius: 20px;
    padding: 15px;
    position: absolute;
}
figure.on-side.top {
    top: -80px;
    right: 0;
}
figure.on-side.bottom {
    bottom: -80px;
    right: 0;
}
.component--how-we-work.component.component-generic .intro {
    padding-right: 35px;
}
span.step {
    font-size: 110px;
    font-weight: 700;
    position: absolute;
    right: 5%;
    bottom: 5%;
    color: #8EBF4226;
}
.view-style-dark .service-inner:hover span.step {
    color: #1c1c1c40;
}
span.phase-name {
    z-index: 2;
}
@media(max-width: 767px) {
.phases {
    display: none;
}
}

.component--how-we-work.component.component-generic .service-inner {
	grid-template:none;
}
