.section__abouts {
	padding: 80px 0 50px;
	background: #eee;
}

.title_h1_detail {
	text-align: center;
	padding: 0 0 20px 0;
}
.title_h1_detail h2 {
    color: var(--color-main2);
    font-size: 35px;
    text-transform: uppercase;
}
.title_h1_detail h1 {
	color: var(--color-main2);
	font-size: 35px;
	text-transform: uppercase;
}

.content-page {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.wrap_background_aside {
	background: white;
	padding: 20px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1.5;
	border: solid 3px var(--color-main);
}

/* .wrap_background_aside p {
	padding-bottom: 10px;
} */

.wrap_background_aside ul li {
	list-style: disc !important;
	margin-left: 16px;
}

.register-heading__brief h1 {
	font-size: 35px;
	text-transform: uppercase;
	color: var(--color-main2);
}

.register-heading__brief p {
	font-size: 25px;
	color: #333;
}
.video-item img {
	width: 100%;
	height: 220px;
	border-radius: 10px;
}

@media (max-width: 1200px) {
	.section__abouts {
		padding: 40px 0 30px;
	}
	.title_h1_detail h1{
		font-size: 30px;
	}
	.register-heading__brief h1{
		font-size: 30px;
	}
	.register-heading__brief p{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.content-page {
		padding: 10px;
	}
	.wrap_background_aside{
		padding: 10px;
	}
}
