.itemproject .decs {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient( 0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

#vnt-slider.vhdots .slick-dots{
    justify-content: flex-end;
}
#vnt-slider.vhdots .slick-dots li button{
    box-shadow: 0 0 5px 0 rgba(0,0,0,1);
}
.lstinfopro li{
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
}
.lstinfopro li .name{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: 200px;
}
.lstinfopro li .txt{
    color: #697882;
    font-size: 15px;
    line-height: 23px;
    width: calc(100% - 200px);
}
@media all and (max-width: 767px){
    .lstinfopro li .name{
        width: 150px;
    }
    .lstinfopro li .txt{
        width: calc(100% - 150px);
        font-size: 14px;
        line-height: 22px;
    }
}