[data-content-type="sutunam_wysiwyg"] h1,
[data-content-type="sutunam_wysiwyg"] h2,
[data-content-type="sutunam_wysiwyg"] h3,
[data-content-type="sutunam_wysiwyg"] h4,
[data-content-type="sutunam_wysiwyg"] h5,
[data-content-type="sutunam_wysiwyg"] h6,
h1[data-content-type="heading"],
h2[data-content-type="heading"],
h3[data-content-type="heading"],
h4[data-content-type="heading"],
h5[data-content-type="heading"],
h6[data-content-type="heading"] {
	word-break: break-word;
	font-family: "Poppins", "Open Sans";
	color: #151413;
}

h1[data-content-type="heading"],
[data-content-type="sutunam_wysiwyg"] h1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.5;
}

h2[data-content-type="heading"],
[data-content-type="sutunam_wysiwyg"] h2 {
	font-size: 15px;
	font-weight: 500;
	/* display: flex; */
	line-height: 1.33;
	position: relative;
	box-sizing: border-box;
}

[data-content-type="sutunam_wysiwyg"] h2.default {
	color: #000;
    font-size: 32px;
    font-weight: 300;
}

[data-content-type="sutunam_wysiwyg"] h2.default:before {
    content: none !important;
}

[data-content-type="sutunam_wysiwyg"] h2 span {
	font-weight: 300;
}

h2[data-content-type="heading"]:before,
[data-content-type="sutunam_wysiwyg"] h2:before {
	content: "";
	width: 3px;
	background-color: #f0b924;
	height: calc(100% - 10px);
	margin: 5px 0 7px 0;
	position: absolute;
	box-sizing: border-box;
	left: -10px;
}

[data-content-type="sutunam_wysiwyg"] h2.line-under-center {
	width: fit-content;
	margin: auto;
}

[data-content-type="sutunam_wysiwyg"] h2.line-under:before,
[data-content-type="sutunam_wysiwyg"] h2.line-under-center:before {
	width: 10px;
	height: 3px;
	margin: 0;
	left: 0;
	bottom: -2px;
}

[data-content-type="sutunam_wysiwyg"] h3,
[data-content-type="sutunam_wysiwyg"] h4,
[data-content-type="sutunam_wysiwyg"] h5,
h3[data-content-type="heading"],
h4[data-content-type="heading"],
h5[data-content-type="heading"] {
	line-height: 1.54;
	font-weight: 500;
	font-size: 12px;
}

h6[data-content-type="heading"],
[data-content-type="sutunam_wysiwyg"] h6 {
	display: inline-flex;
	font-size: 48px;
	color: #ffc72c;
	position: relative;
	line-height: 1.25;
	z-index: 1;
}

h6[data-content-type="heading"] {
	width: fit-content;
}

h6[data-content-type="heading"]:before,
[data-content-type="sutunam_wysiwyg"] h6:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background-color: #f6f6f6;
	bottom: 14px;
	z-index: -1;
}

[data-content-type="sutunam_wysiwyg"] ul:not(.pagebuilder-options-links) li,
[data-content-type="sutunam_wysiwyg"] ol:not(.pagebuilder-options-links) li{
	font-size: 13px;
	color: #797979;
	line-height: 1.54;
	font-family: Roboto;
	list-style: unset;
	padding-bottom: 10px;
}

[data-content-type="sutunam_wysiwyg"] ul:not(.pagebuilder-options-links) li {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

[data-content-type="sutunam_wysiwyg"] ul:not(.pagebuilder-options-links) li:before {
	content: "";
	width: 10px;
	height: 2px;
	margin-right: 10px;
	background-color: #f0b924;
}

[data-content-type="sutunam_wysiwyg"] ol:not(.pagebuilder-options-links) {
	list-style-type: decimal !important;
	margin-left: 15px;
}

[data-content-type="sutunam_wysiwyg"] ol:not(.pagebuilder-options-links) li {
	padding-left: 5px;
}

[data-content-type="sutunam_wysiwyg"] ol:not(.pagebuilder-options-links) li::marker {
	color: #f0b924;
	font-weight: 500;
}

[data-content-type="sutunam_wysiwyg"] a {
	text-decoration: underline;
	color: rgb(0, 0, 238);
}

[data-content-type="sutunam_wysiwyg"] div[data-content-type="buttons"],
[data-content-type="sutunam_wysiwyg"] a[data-element="button_url"],
[data-content-type="sutunam_wysiwyg"] a.link-button {
	display: block;
	padding: 12px 20px;
	border-radius: 5px;
	border: solid 1px rgba(121, 121, 121, 0.3);
	font-size: 11px;
	font-weight: 500;
	font-family: "Poppins";
	letter-spacing: 0.55px;
	color: #151413;
	text-align: center;
	text-transform: uppercase;
	width: max-content;
	height: 40px;
	text-decoration: none;
}

[data-content-type="sutunam_wysiwyg"] img[data-element="desktop_image"] {
	width: 100%;
}

[data-content-type="sutunam_wysiwyg"] p {
	font-family: Roboto;
	font-size: 13px;
	color: #797979;
	line-height: 1.54;
}

@media (min-width: 1300px) {
	h1[data-content-type="heading"],
	[data-content-type="sutunam_wysiwyg"] h1 {
		font-size: 52px;
		line-height: 1.15;
	}

	h2[data-content-type="heading"],
	[data-content-type="sutunam_wysiwyg"] h2 {
		font-size: 22px;
		line-height: 1.36;
	}

	h2[data-content-type="heading"]:before,
	[data-content-type="sutunam_wysiwyg"] h2:before {
		left: -18px;
	}

	[data-content-type="sutunam_wysiwyg"] h2.line-under-center:before {
		left: calc(50% - 7px);
	}

	[data-content-type="sutunam_wysiwyg"] h2.line-under:before, h2.line-under-center:before {
		width: 15px;
	}

	[data-content-type="sutunam_wysiwyg"] h3,
	[data-content-type="sutunam_wysiwyg"] h4,
	[data-content-type="sutunam_wysiwyg"] h5,
	h3[data-content-type="heading"],
	h4[data-content-type="heading"],
	h5[data-content-type="heading"] {
		font-size: 13px;
	}

	h6[data-content-type="heading"],
	[data-content-type="sutunam_wysiwyg"] h6 {
		font-size: 112px;
	}

	h6[data-content-type="heading"]:before,
	[data-content-type="sutunam_wysiwyg"] h6:before {
		height: 20px;
		bottom: 30px;
	}

	[data-content-type="sutunam_wysiwyg"] ul:not(.pagebuilder-options-links) li:before {
		margin-right: 20px;
	}

	[data-content-type="sutunam_wysiwyg"] ol:not(.pagebuilder-options-links) {
		margin-left: 12px;
	}

	[data-content-type="sutunam_wysiwyg"] ol:not(.pagebuilder-options-links) li {
		padding-left: 17px;
	}
}
