#sc-introduction {
	padding:30px 0;
}
#sc-introduction .section-title {
	color: #f30501; font-size: 1.4rem; font-family: "UTM AvoBold"; margin-bottom: 1em;
}
#sc-introduction .col_wrapper {
	display: flex; flex-direction: column; min-height: 100%; justify-content: center;
}
#sc-introduction .col_content {
	text-align: justify;
}
#sc-introduction .intro_btn {
	display: inline-block; padding: .5em 1.5em; border-radius: 100px; margin-top: .5em;
	background: linear-gradient(0deg, #322ae1, #6861ff); color: white; transition: .3s
}
#sc-introduction .intro_btn:hover {
	background: linear-gradient(0deg, #f71141, #ff6283); transition: .3s;
}
#sc-introduction .intro_slide .padding_ratio {
	position: relative;
}
#sc-introduction .intro_slide .padding_ratio:before {
	padding-bottom: 64%;
}
@media (max-width: 650px) {
	#sc-introduction .section-title {
		text-align: center;
	}
	#sc-introduction .col_content{
		display: flex; flex-direction: column; align-items: center; text-align: center;
	}
	#sc-introduction .intro_btn {
		margin-bottom: 15px; display: block;
	}
	#sc-introduction .section-title {
		font-size: 24px;
	}
}
@media (max-width: 500px) {
	#sc-introduction .section-title {
		font-size: 6.5vw; line-height: 1.2
	}
}