.report-timeline {
    &:before {
        content: "";
        height: 85%;
        @apply w-px bg-theme-5 absolute ml-5 mt-5;
    }
    .report-timeline__image {
        &:before {
            content: "";
            @apply w-20 h-px bg-theme-5 absolute mt-5 ml-5;
        }
    }
}