.standart-txt-wrapper {
	font-family: 'Suisse Intl', serif;
  font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #323435;
}

.standart-txt-wrapper h2 {
	margin-bottom: 48px;
	font-family: 'Alice', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 73.0337px;
	line-height: 102.3%;
	color: #1D1D1D;
}

.standart-txt-wrapper p {
	margin-top: 20px;
	font-family: 'Suisse Intl', serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #323435;
}

.standart-txt-wrapper p.date {
	font-style: italic;
	color: #575757;
}

.standart-txt-wrapper a {
	color: #1E1E1E;
}

.standart-txt-wrapper a:hover {
	text-decoration: none;
}

.standart-txt-wrapper ul {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.standart-txt-wrapper ul > li {
	position: relative;
	padding-left: 35px;
	margin-top: 20px;
	font-family: 'Suisse Intl', serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #323435;
}

.standart-txt-wrapper iframe {
	width: 100%;
}

@media (max-width: 768px) {
	.standart-txt-wrapper {
		font-size: 16px;
		line-height: 28px;
	}
	
	.standart-txt-wrapper h2 {
		margin-bottom: 24px;
		font-size: 32px;
	}
	
	.standart-txt-wrapper p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 28px;
	}
	
	.standart-txt-wrapper ul > li {
		margin-top: 16px;
		font-size: 16px;
		line-height: 28px;
	}
	
	.standart-txt-wrapper ul > li::before {
		top: 16px;
	}
}

.standart-txt-wrapper ul {
  list-style: none;
  padding-left:0;
  margin: 1em 0;
}

.standart-txt-wrapper ul li {
  position: relative;
  margin-bottom: 0.1em;
  padding-left: 1.8em;
  line-height: 1.5;
}

.standart-txt-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
    top: 0.8em;
  width: 1.2em;
  height: 2px;
  background-color: #3BAF4C;
}

.news-detail-share ul,
.news-detail-share ul li::before {
  all: unset;
}

.news-detail-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5em;
}

.news-detail-share li {
  padding: 0;
  margin: 0;
  position: static;
}
