.tree-col{
    left: 0px;
	height:100%;
  width:100%;
}

.bardcum {
    text-align: left;
    font-family: 'HelveticaNeue-Bold';
    letter-spacing: 0.3px;
    color: #676767;
    border-radius: 0;
}
.bardcum li{
    font-size: 16px;
}



.rtitle {
    padding: 0.75rem 3rem !important;
    margin-bottom: 0rem !important;
    background-color: #fff !important;
}
.ride_column{
    padding: 20px 44px;
    margin: 0;
       
    
}
.c-name h3{
    
    text-align: left;
    font-family: 'HelveticaNeue-Condensed-Bold';
    letter-spacing: 0.4px;
    color: #7A278D;
    font-size: 40px;
    }

.c-name p{
    text-align: left;
    font-family: 'HelveticaNeue-Regular';
    letter-spacing: 0.4px;
    font-size: 18px;
    color: #000000;

}

/** Mobile view **/
@media only screen and (max-width: 767px) {
 
    .heading p{
        width: auto;
    }
    .ride_column {
        padding: 20px 20px;
        margin: 0;
    }
    }
