/*
Theme Name: websmart
Version: 1.0
Description: A child theme of Hello Elementor
Author: WebDigital.co.il
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");
.p_body h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.p_body li {
    margin-bottom: 25px;
}
.parts_desc p {
    min-height: 100px;
}
@media(max-width:786px){
    .parts_desc p {
        min-height: fit-content;
    }
}
