.justifycenter{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.justifycenter .et_pb_column.et_pb_column_empty{
    display:none
}
.mx_width_1000.et_pb_row,
.mx_width_1000{
    max-width: 1000px;
}
.mx_width_510.et_pb_row,
.mx_width_510{
    max-width: 510px;
}
.order_list_class ul{
    list-style: none;
    counter-reset: item-counter; 
}
.order_list_class li {
    counter-increment: item-counter;
    position: relative;
    padding-left: 60px;
    min-height: 40px;
}
.order_list_class li:before {
    content: counter(item-counter);
    background-color: #009fe3;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
body .wpforms_class input[type=tel] {
    padding-left: 50px !important;
}
.read_more_text{
    display: none;
}
.read_more_btn{
    display: inline-block;
    cursor: pointer;
    color: #009FE3;
    font-weight: bold;
    text-decoration: underline;
}
.read_more_btn.intro_active{
    margin-top: 1rem;
}
.et-waypoint:not(.et_pb_counters),
.et-waypoint.et_pb_animation_top.et-animated, .et_pb_animation_top.et-animated{
    opacity: 1;
        -webkit-animation: fadeTop 0s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeTop 0s cubic-bezier(.77, 0, .175, 1) 1;
}