.hr-section {
	padding-bottom: 70px;
	padding-top: 100px;
	background: #f5f1f1;
}

.hr-section:last-child {
	border: none
}

.hr-section-white {
	background: var(--white)
}

.hr-section-content .hr-sub-titel h6 {
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-4);
	padding: 10px 25px 10px 50px;
	border: 1px solid var(--color-4);
	border-style: dashed;
	display: inline-block;
	line-height: 25px;
	border-radius: 30px;
	position: relative;
	margin-bottom: 20px;
	font-family: var(--font-02)
}

.hr-section-content .hr-sub-titel h6::before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background: var(--color-4);
	border-radius: 50%;
	left: 25px;
	top: 50%;
	transform: translateY(-50%)
}
.hr-section-content .hr-sub-titel span {
	display: block;
	color: var(--color-2);
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: var(--font-02);
	letter-spacing: 1px;
}
.hr-section-content .hr-sub-titel h2 {
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-4);
	padding: 10px 25px 10px 50px;
	border: 1px solid var(--color-4);
	border-style: dashed;
	display: inline-block;
	line-height: 25px;
	border-radius: 30px;
	position: relative;
	margin-bottom: 20px;
	font-family: var(--font-02)
}

.hr-section-content .hr-sub-titel h2::before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background: var(--color-4);
	border-radius: 50%;
	left: 25px;
	top: 50%;
	transform: translateY(-50%)
}

.hr-section-content .hr-titel h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 50px
}

.hr-section-content .hr-titel h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 50px
}

.hr-section-content .hr-titel h2 {
	font-size: 38px;
	font-weight: 600;
	font-family: var(--font-02);
	margin-bottom: 25px;
	line-height: 1.4;
	color: #333333;
	text-transform: capitalize;
}

.hr-section-content .hr-titel h2 span {
	position: relative;
	color: var(--color-2);
}

.hr-section-content .hr-text p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.8;
	font-family: var(--font-01)
}

.hr-section-content .hr-btns-wrap {
	margin-top: 2.5rem
}

/*.hr-section-content .hr-text p:last-child {
	margin-bottom: 0
}*/

.hr-dark-section {
	background: var(--color-2)
}

.hr-dark-section .hr-titel h1 {
	color: var(--white)
}
@media(max-width:1200px){
	.hr-section-content .hr-titel h2 {
	font-size: 35px;
}
}
@media screen and (max-width:992px) {
	.hr-section {
		padding-bottom: 30px;
		padding-top: 60px
	}
}

@media (max-width:767.98px) {
	.hr-section-content .hr-sub-titel h6 {
		font-size: 14px
	}

	.hr-section-content .hr-titel h1 {
		font-size: 30px
	}
	.hr-section-content .hr-titel h2 {
		font-size: 22px;
        margin-bottom: 15px;
	}
	.hr-section-content .hr-text p{
		margin-bottom: 15px;
	}
}