.lh-25{
    line-height: 30px;
}
.text-left{
   text-align: left;
}
.w-300{
    width:300px;
}
.w-120{
    width:120px;
}
.h-110{
    height:100px;
}
.bg-black{
    background:#000;
}
.customerText{
    line-height: 23px;
    float: left;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: bold;
    margin-top: 3px;
}
.space-between{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.my-30{
    margin-top:30px;
    margin-bottom:30px;
}
