.explain {
	font-size: 17px;
	padding: 20px 8px;
	background-color: #fff;
	margin-top: 4px;
	border-radius: 5px;
}
.headline {
	background-color: #EFEFEF;
	border-radius: 10px;
	padding: 4px 8px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.self {
	background-color: #040404;
	font-size: 15px;
	width: fit-content;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
}

.ta {
	font-size: 17px;
	font-weight: 700;
	color: #040404;
	background: linear-gradient(transparent 82%, #f5580a 0);
	width: fit-content;
}

.feature {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	background: linear-gradient(transparent 85%, #a8a8a8 0);
	width: fit-content;
	margin-left: 7px;
}


.refer-a {
	background-color: #EFEFEF;
	border-radius: 30px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	color: rgb(0, 0, 255);
}

.link-a {
	font-weight: 500;
	color: rgb(0, 0, 255);
}
