@media (max-width: 991px) {
	/* SM */
	.btn-custom {
		min-width: auto;
	}

	.pre_title {
		text-align: center;
		font-size: 20px;
	}

	.s_title {
		text-align: center;
		font-size: 30px;
	}

	#main_header .header_top .site_info {
		text-align: center;
		margin-bottom: 30px;
	}

	#main_header .header_top .top_right {
		text-align: center;
	}

	#main_header .header_top .top_right p {
		display: none;
	}

	#main_header .header_top .top_right a {
		display: table;
		margin: auto;
		padding: 19px;
		background-color: var(--c_red);
	}

	#main_header .header_top .top_right a:before {
		content: none;
	}

	#main_header .header_body {
		padding: 10px 0;
	}

	#main_header .header_body .meta {
		justify-content: center;
		flex-wrap: wrap;
	}

	#banner_section .banner_title {
		text-align: center;
		font-size: 35px;
	}

	#banner_section .banner_title strong {
		font-size: 75px;
	}

	#banner_section .banner_content {
		text-align: center;
		font-size: 16px;
	}

	#banner_section .btn-custom {
		margin: auto;
	}

	#banner_section {
		position: relative;
	}

	#banner_section::before {
		content: '';
		position: absolute;
		inset: 0;
		background-color: #fff;
		opacity: .5;
	}

	#about_section .video-container {
		margin-bottom: 30px;
	}

	#about_section .about_content {
		text-align: center;
		font-size: 16px;
	}

	#about_section .btn-custom {
		margin: auto;
	}

	#services_section .box {
		padding: 50px 15px;
		margin-bottom: 50px;
	}

	#services_section .box .title {
		font-size: 30px;
	}

	#services_section .box .content {
		text-align: center;
		font-size: 16px;
	}

	#services_section .img_container {
		margin-bottom: 30px;
	}

	#services_section .services_content p {
		text-align: center;
		font-size: 16px;
	}

	#services_section .btn-custom {
		margin: auto;
	}

	#quiz_section {
		padding: 15px 0;
	}

	#quiz_section .img_container {
		transform: none;
	}

	#quiz_section .title {
		font-size: 30px;
	}

	#blog_section .box .img_container .date {
		text-align: center;
	}

	#blog_section .box .title {
		text-align: center;
	}

	#blog_section .box .excerpt {
		text-align: center;
	}

	#blog_section .box .btn {
		margin: auto;
	}

	#testimonials_section .content {
		font-size: 16px;
	}

	#contact_section .box .title {
		font-size: 30px;
	}

	#contact_section .box .subtitle {
		font-size: 20px;
	}

	#contact_section .box .excerpt {
		font-size: 16px;
	}

	#footer .footer_body .top {
		display: block;
	}

	#footer .footer_body .footer_logo {
		display: table;
		margin: auto;
	}

	#footer .footer_body .socials {
		text-align: center;
	}

	#footer .footer_body .footer_excerpt {
		text-align: center;
		font-size: 16px;
	}

	#footer .footer_body .newsletter h4 {
		text-align: center;
	}

	#footer .footer_body .newsletter .excerpt {
		text-align: center;
		font-size: 16px;
	}

	#footer .footer_body .site_info {
		text-align: center;
	}

	#footer .colophon .footer_nav {
		text-align: center;
		margin-bottom: 15px;
	}

	#footer .colophon .copyright {
		text-align: center;
	}
}