/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 21 2023 | 21:03:31 */
@media screen and (max-width: 768px) {
.calculator .calculatorcols {
	flex-direction: column;
	}
.calculator .calculatorcols .wp-block-column {
    margin-bottom: 0px;
}
}