.hr-section.hr-features {
	background: var(--color-2);
}
.hr-about-img-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: 30px
}

.hr-about-img-wrap .hr-about-img-1,
.hr-about-img-wrap .hr-about-img-2 {
	position: absolute
}

.hr-about-img-wrap .hr-about-img-1 {
	width: 100%;
	height: auto;
	left: 0;
	top: 0
}

.hr-about-img-wrap .hr-about-img-2 {
	width: 250px;
	height: 250px;
	right: 0;
	bottom: 0
}

.hr-about-img-wrap .hr-about-img-1 img,
.hr-about-img-wrap .hr-about-img-2 img {
	margin-left: 20px
}

.hr-about-img-wrap .hr-about-img-2 img {
	border: 3px solid var(--white)
}

.hr-about-odometer-content {
	background-color: var(--color-3);
    padding: 34px 60px;
    max-width: 600px;
    margin-bottom: 30px;
}
.hr-features .hr-section-content .hr-titel h2 {
	color: var(--white);
}
.hr-about-odometer-content h3 {
    font-size: 36px;
    color: var(--white);
    margin-bottom: 0;
    font-family: var(--font-02);
}
.hr-about-three-img {
    position: relative;
    z-index: 1;
}
.hr-about-three-img .about-three-main-img {
    max-width: 500px;
    margin: auto;
}
.hr-about-three-img .about-three-img-2 {
    position: absolute;
    left: -10px;
    bottom: -30px;
}
.hr-about-three-img .about-three-img-3 {
    position: absolute;
    top: 0;
    right: 0;
}
.about-three-shape-1 {
    position: absolute;
    right: 5%;
    top: 8%;
    z-index: -1;
    animation: rotateme 7s linear infinite;
}
.hr-home-about{
	background-color: var(--color-3);
}
.hr-features .card .hr-icon
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.hr-features .card .card-body .hr-icon {
	width: 100% !important;
	background: transparent;
}
.hr-features .hr-detail {
	font-weight: 700 !important;
	color: var(--black) !important;
}
.hr-features .card .hr-titel {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
	color: var(--color-2);
	font-family: var(--font-02);
	margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hr-about-odometer-content {
        padding: 20px;
        max-width: 500px;
        margin-bottom: 20px;
    }
    .hr-about-odometer-content h3 {
        font-size: 30px;
    }
}
@media screen and (max-width:1200px) {
	.hr-about-img-wrap .hr-about-img-1 {
		width: 90%
	}
}

@media screen and (max-width:992px) {

	.hr-about-img-wrap .hr-about-img-1 img,
	.hr-about-img-wrap .hr-about-img-2 img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	.hr-about-img-wrap {
		margin-bottom: 60px;
		height: 648px
	}

	.hr-about-content {
		margin-left: 0
	}

	.hr-about-img-wrap {
		margin-right: 0
	}
}

@media screen and (max-width:768px) {
	.hr-about-img-wrap {
		height: 481px
	}
}

@media screen and (max-width:575px) {

	.hr-about-img-wrap .hr-about-img-1,
	.hr-about-img-wrap .hr-about-img-2 {
		position: unset
	}

	.hr-about-img-wrap .hr-about-img-1 {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.hr-about-img-wrap .hr-about-img-2 {
		width: 100%;
		height: auto
	}

	.hr-about-img-wrap {
		height: auto
	}
}