.hr-team-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}

.hr-team-item figure {
	margin: 0
}

.hr-team-item .hr-team-img {
	width: 50%
}

.hr-team-item .hr-team-img img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px
}

.hr-team-item .hr-team-content {
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	padding: 35px 40px 40px;
	width: 57%;
	position: relative;
	margin-left: -10%;
	box-shadow: 1px 1.732px 60px 0 rgb(0 0 0 / .1)
}

.hr-team-item .hr-team-content h3 a {
	color: var(--color-4)
}

.hr-team-item .hr-team-content h3 a:hover {
	color: var(--color-2)
}

.hr-team-item .hr-team-content span {
	color: #787878;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 15px
}

.hr-team-item .hr-social-links {
	padding-top: 5px
}

.hr-social-links ul {
	margin: 0;
	padding: 0;
	font-size: 0
}

.hr-social-links li {
	display: inline-block;
	list-style: none;
	margin: 0 4px
}

.hr-team-item .hr-social-links li:first-child {
	margin-left: 0;
	margin-right: 0
}

.hr-price-table,
.hr-table {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px
}

.hr-table {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto
}

.hr-table,
.hr-table td {
	border: 0
}

.hr-table th,
.hr-table td,
.hr-table th,
.hr-table td {
	padding: 14px 14px;
	vertical-align: top;
	border-top: 1px solid #e6e6e6;
	background-color: #fff
}

.hr-table,
.hr-table td {
	border: 0
}
.hr-table tr td a{
	color: var(--black);
}
.hr-table tr:nth-child(odd) td {
	background-color: #f6f6f6
}

.hr-staff-info {
	display: flex
}

.hr-info-name {
	flex: 1
}

.hr-info-name h3 {
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 18px
}

.hr-info-name h6 {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0;
	color: var(--color-4)
}

.hr-info-phone {
	padding: 0 30px;
	font-size: 18px;
	line-height: 37px;
	font-weight: 600;
	color: #444
}

.hr-info-phone span {
	position: relative;
	top: -1px;
	padding-right: 7px;
	font-size: 11px;
	color: var(--color-4)
}

.hr-info-phone a {
	color: #444;
	text-decoration: none
}

.hr-info-social {
	font-size: 15px;
	line-height: 37px
}

.hr-info-social a {
	display: inline-block;
	width: 37px;
	height: 37px;
	color: var(--color-4);
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	transition: 0.2s
}
.hr-social-wrap{
	display: flex;
    list-style-type: none;
    padding: 0;
}
.hr-social-wrap li{
	margin-right: 10px;
}
.hr-social-wrap li a {
	font-size: 20px;
	color: var(--color-3);
	padding: 5px;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: .2rem;
}
.hr-social-wrap li a:hover {
	color: var(--color-4);
}
@media (min-width:768px) {
	.col-md {
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%
	}
}

@media (max-width:1024px) {
	.hr-staff-info {
		flex-direction: column;
		align-items: center;
		text-align: center
	}
}

@media (max-width:991px) {
	.hr-team-item .hr-team-img img {
		width: 100%
	}
}

@media (max-width:767.98px) {
	.hr-team-item .hr-team-img {
		width: 100%
	}

	.hr-team-item .hr-team-img img {
		-webkit-border-radius: 25px 25px 0 0;
		-moz-border-radius: 25px 25px 0 0;
		-ms-border-radius: 25px 25px 0 0;
		border-radius: 25px 25px 0 0
	}

	.hr-team-item .hr-team-content {
		-webkit-border-radius: 0 0 25px 25px;
		-moz-border-radius: 0 0 25px 25px;
		-ms-border-radius: 0 0 25px 25px;
		border-radius: 0 0 25px 25px;
		margin-left: 0;
		padding: 20px 20px 25px;
		width: 100%
	}

	.hr-team-item .hr-team-content h3 {
		font-size: 20px
	}
}