
/* profile */

.profile{
    padding:1.5rem 0 1.5rem 0;
}
.profile.left .profile-image{
    float: left;
}
.profile.right .profile-image{
    float: right;
    padding-right: 8rem;
}
.profile.left .profile-content{
    padding-left: 25rem;
}
.profile {
    text-align:left;
}
/* profile end */

.half-row {
    display: inline-block;
    width: 48%;
}
.half-row:nth-of-type(2n) {
    float: right;
}