
.container {
	max-width: 1170px !important;
}

.home-content {
	background-color: #f2f2f2;
}

	.home-content aside {
		background: linear-gradient( rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) ), url('/assets/val/img/home-img1.jpg') no-repeat center center / cover;
		padding: 3rem 2rem;
		font-size: 18px;
		line-height: 30px;
		margin-top: 3rem
	}

	.home-content h2 {
		font-size: 30px;
		font-weight: bold;
	}

	.home-content h1:first-of-type {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 26px;
	}

.about-content {
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 5rem;
}
div.grey {
	background: #f2f2f2;
}

	.about-content p {
		margin: 0 auto;
		font-size: 18px;
		line-height:1.2;
		/*padding: 1rem;*/
		margin-bottom: 10px;
		max-width: 1170px;
	}

.about-content h2 {
	font-size: 1.8rem;
	font-weight:bold
}
.about-content h3 {
	font-size: 1.6rem;
}
	.about-content h4 {
		font-size: 1.4rem;
	}
.faq-content {
	margin: 0 auto;
	font-size: 20px;
	line-height: 24px;
}

	.faq-content p {
		padding: 1rem;
	}

.about-content a {
	text-decoration: underline;
	color: #035c8a;
}
	.about-content a:hover, .faq a:hover {
		text-decoration: none;
		color: #000;
	}

.faq {
	font-size: 18px;
	margin: 0 auto !important;
	padding: 0 1rem !important;
	background: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.faq-display {
	max-height: 1000px;
	transition: max-height 0.5s ease;
	margin: 0rem auto !important;
}

.faq ul {
	list-style: disc !important;
	padding: 1rem;
	padding-top:0;
	margin: 0 1.7rem;
	margin-bottom: 1rem;
	margin-top:0;
}
	.faq a {
		text-decoration: underline;
		color: #035c8a;
		word-break: break-all;
	}

.modal {
	font-size: 24px;
	padding: 1rem;
}

	.modal h2 {
		text-align: center;
		font-weight: 600;
	}

	.modal p {
		padding: 1rem 0.5rem;
	}

.modal-content {
	overflow-y: scroll;
}

#modal5 ul {
	padding: 1rem;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate-slide-down {
	animation: slideDown 0.5s ease-out forwards;
}

.refer-content {
	font-size: 18px;
	padding: 1rem;
	margin: 1rem auto;
}

	.refer-content a {
		text-decoration: underline;
		color: #035c8a;
	}

	.refer-content h6 {
		font-size: 15px;
		line-height: 1.2;
	}

@media (max-width: 468px) {
	.modal {
		font-size: 18px;
	}
}

@media (min-width: 640px) {
	.faq {
		margin: 0 auto !important;
		padding: 0 2.2rem !important;
	}

	.about-content {
		margin-top: 0rem;
	}

	.home-content aside {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.modal p {
		padding: 0 3rem;
	}

	#modal5 ul {
		padding: 0 3rem;
	}

	.home-content aside, .about-content {
		margin-top: 0rem
	}

	.home-content aside {
		display: grid;
		justify-self: center;
		font-size: 24px;
		max-width: 1140px;
		margin: 0 auto;
	}

	.home-content {
		padding: 1rem 0;
	}

	.about-content {
		padding: 3rem 1rem 3rem 1rem;
		max-width: 1080px;
		box-sizing: content-box;
	}
	
	.about-content p {
		/*padding: 3rem;*/
		font-size: 24px;
	}

	.faq-content, .faq, .refer-content {
		max-width: 1080px;
		width:100%;
	}

		.faq-content p {
			padding: 2rem 3rem;
			font-size: 24px;
			line-height: 30px;
		}

	.refer-content {
		padding: 1rem 4rem;
		font-size: 24px;
	}

		.refer-content h6 {
			font-size: 17px;
		}

	.faq {
		margin: 0 auto;
		padding: 4rem;
		font-size: 24px;
	}
		.faq p {
			padding: 0 0 1rem 0;
		}
		
}

@media (min-width: 1280px) {
	
}

@media (min-width: 1536px) {
	.home-content aside {
		margin-inline: auto;
	}

	.about-content
	{
		max-width: 1040px;
		margin: 0 auto;
	}
}

.invalid {
	border: 2px solid #000;
}

.accordion-item {
	max-width: 1080px !important;
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}