.cz_plv_number {
float: left;
width: 80px;
text-align: center;
position: relative
}
.rtl .cz_plv_number {
float: right
}
.cz_plv_number b {
position: absolute;
left: 50%;
width: 2px;
background: #a7a7a7;
z-index: 0;
height: 100%;
transform: translateX(-50%);
}
.cz_plv_number span {
position: relative;
width: 2em;
height: 2em;
line-height: 2em;
border: 1px solid;
font-size: 18px;
display: inline-block;
border-radius: 100%;
margin: 0 0 20px;
background: #fff;
z-index: 1;
transition: all .2s ease-in-out
}
.elementor-widget .cz_plv_number span {
box-sizing: content-box
}
.cz_plv_content p, 
.cz_plv_content .wpb_button, 
.cz_plv_content .wpb_content_element, 
.cz_plv_content ul.wpb_thumbnails-fluid > li {
margin-bottom: 0 !important
}
.cz_plv_t .cz_plv_number span {
margin: 0
}
.cz_plv_m .cz_plv_number span {
margin: 0;
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width:480px) {
.cz_plv_number {
float: none;
width: auto;
margin: 30px 0;
height: initial !important;
}
}