/* Lines and Border Css */

.is-style-border-bottom {
	position: relative;
	padding: 0 0 15px;
}

.is-style-border-bottom::after {
	content: '';
	width: 117px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='117' height='6' viewBox='0 0 117 6' fill='none'><path d='M113.768 2.27767C94.4419 -1.68191 72.4296 0.768892 52.6637 0.562105C35.9017 1.25139 19.3766 -0.02762 2.73727 2.79846C-0.575371 3.25415 1.0619 3.2733 1.19728 3.4303C0.888443 3.83239 0.786911 3.61411 1.15075 3.80941C0.863067 3.85919 0.220001 3.90898 -1.77395e-07 4.05832C1.5019 5.00801 4.57339 4.3417 5.03453 4.7591C8.86331 4.81271 13.7498 5.13438 17.8451 5.35648C49.3892 5.45605 82.5579 7.30947 113.831 4.23065C115.498 4.06982 117 3.30394 117 3.30394C115.955 2.77166 113.764 2.27767 113.764 2.27767L113.768 2.27767Z' fill='%23FF7700'/></svg>");
	background-repeat: no-repeat;
}

.is-style-border-bottom:empty:after {
	content: none;
}

.is-style-border-bottom:-moz-only-whitespace:after {
	content: none;
}

.is-style-border-bottom.has-text-align-center:after {
	margin: 0 auto;
	right: 0;
}

.is-style-border-bottom.has-text-align-right:after {
	margin-left: auto;
	right: 0;
}
