.profile-row {
}

.profile-img, 
.profile-txt {
	float: left;
	width: 50%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}	

.profile-img {
	text-align: right;
}

.profile-txt {
	text-align:left;
}

.profile-img img{
	height: 220px;
    margin: 0;
    width: 220px;
    border-radius: 50%;
}

.profile-txt h4, 
.profile-txt p,
.profile-txt hr {
	text-align:left;
	font-size:20px;
}
.profile-txt p {
	font-size:18px;
}

.profile-txt hr {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 0px;
}

.profile-txt .social {
	padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.profile-txt .social li {
	float: left;
	display: list-item;
}

.profile-txt .social li .fa {
	font-size:30px;
	color: #333;
}


.contact-box .fa {
	font-size:30px;
	color: #333;
}