.disableHover:hover{
    width: initial !important;
    pointer-events: none;  /**<-----------*/
}
.bubble {
    position: relative;
    background: linear-gradient(0deg, #ce7810 5%, #FF8C00 100%);
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    line-height: 36px;
    box-shadow: 5px 5px 2px 0px #A3A3A3;
    text-align: center;
    width: 83px;
    height: 35px;
    border-radius: 6px;
    padding: 0px;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #000000 transparent;
    border-width: 13px 13px 0;
    bottom: -13px;
    left: 50%;
    margin-left: -13px;
}

.timelineCode{
    border-color: #5cbca6;
}

.codeCard:hover{
    background: rgba(156, 156, 156, 0.205);
}

.imgDivWrap img{
    object-fit: scale-down;
}