b,
strong {
	font-weight: 600;
}
p {
	margin-bottom: 15px;
}
h1, .h1 {
	font-size: 70px;
	font-weight: 600;
	line-height: 70px;
	margin-bottom: 20px;
}
h2, .h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 27px;
}
h2.section, h1.custom-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	margin-bottom: 5px;
}
h2 span {
	position: relative;
	color: var(--color);
}
h2 span::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: var(--color);
	display: inline-block;
	position: absolute;
	bottom: -4px;
	left: 0;
	display: none;
}
h3, .h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
}
h4, .h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}
h5, .h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}
h6 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* [xl] */
@media all and (max-width: 1466px) {
	h1 {
		font-size: 50px;
		line-height: 54px;
	}
}
/* [l] */
@media all and (max-width: 1200px) {
	h1 {
		font-size: 50px;
		line-height: 56px;
	}
	h3 {
		font-size: 26px;
		line-height: 34px;
	}
}
/* [m] */
@media all and (max-width: 992px) {
	h1 {
		font-size: 50px;
		line-height: 57px;
	}
}
/* [s] */
@media all and (max-width: 768px) {
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
}
/* [xs] */
@media all and (max-width: 576px) {
	h1 {
		font-size: 39px;
		line-height: 45px;
	}
	h3 {
		font-size: 22px;
		line-height: 27px;
	}
}

.title-container {
	text-align: center;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    background: #81a3f5d6;
    max-width: 1000px;
    margin: 40px auto;
}