.speedometer {
    height: 200px;
    /* width: 900px; */
    
}
.speedometer__elem {
    width: 230px;
    /* width: calc((100% - 30px)/4); */
    /*height: 80%;*/
    display: inline-block;
}
.speedometer__elem__title {
    text-align: center;
}

.speedometer__elem__plot {
    /*width: 100%;*/
    /*height: auto;*/
    max-height: 160px;
    height: 160px;
}
.speedometer__elem__plot .cur-value {
    text-align: center !important;
}