.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: relative;
}

/*.hr-about-img-wrap .hr-about-img-1 {
	width: 70%;
	height: 100%;
	left: 0;
	top: 0
}*/

.hr-about-img-wrap .hr-about-img-2 {
	width: 250px;
	height: 250px;
	right: 0;
	bottom: 0;
	position: absolute;
    bottom: 60px;
    left: -36%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr-about-img-wrap .hr-about-img-1 img,
.hr-about-img-wrap .hr-about-img-2 img {
	object-fit: cover;
	border-radius: 0rem;
	max-width: 100%;
    height: auto;
}

.hr-about-img-wrap .hr-about-img-2 img {
	border: 3px solid var(--white)
}

.hr-about-content {
	margin-left: 30px
}
.hr-text .hr-about-features {
    max-width: 450px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.hr-text .hr-about-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hr-text .hr-about-features ul li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--color-1);
}
.hr-text .hr-about-features ul li:nth-child(odd) {
    margin-right: 60px;
}
.hr-text .hr-about-features ul li span {
    color: var(--color-8);
    font-size: 14px;
    margin-right: 10px;
}
@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
	}

	.hr-about-img-wrap {
		margin-bottom: 60px;
		height: 648px
	}

	.hr-about-content {
		margin-left: 0
	}

	.hr-about-img-wrap {
		margin-right: 0
	}
	.hr-about-img-wrap .hr-about-img-2 {
		display: none;
	}
	.hr-about-img-wrap .hr-about-img-1 {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.hr-about-img-wrap {
		height: 481px
	}
	.hr-text .hr-about-features {
	    display: block;
	    justify-content: flex-start;
	}
}

@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-top: 20px;
		width: 100%;
		height: auto
	}

	.hr-about-img-wrap .hr-about-img-2 {
		width: 100%;
		height: auto;
		display: none;
	}

	.hr-about-img-wrap {
		height: auto
	}
}