.bg-utama {
	background-color: #80c792;
}

.dot-custom {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-bottom: 5px;
}

.line-custom {
	width: 100%;
	height: 3px;
	margin-bottom: 10px;
	background: linear-gradient(
		90deg,
		rgba(128, 199, 146, 1) 0%,
		rgba(196, 196, 196, 0.8883928571428571) 100%
	);
}
