.section-title-1,
.section-title-2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-title-1 .title,
.section-title-2 .title {
	font-size: 24pt;
}

.section-title-1 .title {
	color: white;
}

.section-title-2 .title {
	color: black;
}

.section-title-1 .left,
.section-title-1 .right,
.section-title-2 .left,
.section-title-2 .right {
	width: 55px;
	height: 8px;
	border-radius: 4px;
}

.section-title-1 .left,
.section-title-2 .left {
	background: linear-gradient(90deg, #9fe333, #fddd2d);
	margin-right: 20px;
}

.section-title-1 .right,
.section-title-2 .right {
	background: linear-gradient(90deg, #fddd2d, #9fe333);
	margin-left: 20px;
}
