﻿#headerPageServiceTitle .subtitle-dynamic-text {
    display: block !important;
}

#headerPageServiceTitle .subtitle-dynamic-text::before {
    content: 'ה-BOX שבחרת הולכת להפתיע אותך. איפה נתאם את הנסיעה?';
}

.update-time__dynamic-text::after {
    content: "מועד הנסיעה";
    display: block;
}
@media screen and (max-width: 568px) {
    #headerPageServiceTitle .subtitle-dynamic-text::before {
        content: 'ה-BOX שבחרת הולכת להפתיע אותך.\Aאיפה נתאם את הנסיעה?';
        white-space: pre-line;
    }
}