/* Start custom CSS for html, class: .elementor-element-570fb84 */.spec-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

@media(max-width:768px){

    .spec-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

}/* End custom CSS */