h1 {
	font-size: 88px;
	font-weight: 800;
	line-height: 90px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
h2 {
	font-size: 50px;
	font-weight: 800;
	line-height: 50px;
	color: var(--primary--color);
	font-family: 'Plus Jakarta Sans', sans-serif;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: var(--primary--color);
	font-family: 'Plus Jakarta Sans', sans-serif;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	font-size: 16px;
	line-height: 24px;
}
.padding-top {
	padding-top: 140px;
}
.padding-bottom {
	padding-bottom: 140px;
}
.generic-title {
	width: 73%;
	margin: 0 auto;
}
.generic-title span {
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #f32f21;
    font-weight: 800;
}
.generic-title h2 {
	margin-bottom: 75px;
}
.green-btn a {
	color: var(--white-color);
	background: #f32f21;
}
.green-btn a:hover {
	background: #f32f21;
}
.red-btn a {
    background: #f32f21;
    color: #FFFFFF;
}
.generic-btn a {
	font-size: 18px;
	line-height: 18px;
/*	border-radius: 10px;*/
	display: inline-block;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
	font-weight: 600;
}
h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--dark-black);
}