/* ========================================================================== */
/*                              TEXT COLUMNS TWO                              */
/* ========================================================================== */
/**
INFO: If this file is needed it can be included by adding the following line to styles.json
"/styles/sections/text-columns-two.css",
*/

@media only screen and (min-width: 992px) {
	.wso-section-text.wso-two-columns .wso-section-wrapper .wso-wrap-content-above ~ .wso-wrap {
		--bs-gutter-y: 2.5rem;
	}
}