.marquee-detail.typography-detail::before {
    content: unset;
}

.section-welcome .marquee-detail {
    padding-inline-start: 0;
}

@media screen and (max-width: 734px) {
    .section-welcome .detail-inner-group {
        justify-content: flex-end;
    }
}