.date-time-wrapper{color: #7b7b7b;}


.navigation-space{
	height:185px;
}

.des-text-hbon-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
    background: linear-gradient(178deg, black, #4b4b4b);
}

.des-text-hbon {
position: absolute;
    top: 50%;
    white-space: nowrap;
    direction: rtl;
    unicode-bidi: plaintext;
    color: #fff;
    font-size: 18px;
    line-height: 0;
    will-change: transform;
}