.img-wrapper {
    padding-right: 1.5rem;
}

.img-wrapper::after {
    content: "";
    width: 1.5rem;
    height: 30px;
    background: url("./link.png") no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    right: -8px;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.timeline-text p:is(:last-child) {
    margin-bottom: 0;
}