.text-image-col .last::after {
    background-color: var(--primary-color);
    bottom: 2rem;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 50% 0;
    width: 0.1rem;
}
.text-image-col .last {
    position: relative;
}

.text-image-col__text .text-box {
    margin-left: 0 !important;
}


@media (min-width: 1024px) {
    .guide .text-image-col {
        margin-top: 6rem !important;
    }

    .guide .inner-container {
        padding: var(--default-padding-2);
    }
    .guide .service-acco-wrapper__textbox-inner .service {
        padding-right: 2rem !important;
    }

}

.inner-container {
    padding: var(--default-mb-padding);
}

p {
    margin: 0;
    padding: 0;
}

.guide-header {
    padding-bottom: 1.5rem !important;
    padding-top: 5rem !important;
}

.service {
    margin-top: 1.5rem !important;
}