.grid.bod .card__body img { 
	border-radius: 50%;
	width: 200px;
	height: auto;
}
.grid.bod h4,
.grid.bod .modal__content h4 {
	font-size: 1.6rem;
	margin: 0;
	padding: 20px 0 10px;
}
.grid.bod .modal__content h4 {
	padding: 0;
}
.grid.bod .text-muted {
    color: #777777;
	font-size: 1.15rem;
    font-weight: 500;
}
.grid.bod .modal__content .profile {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    width: 150px;
    height: auto;
}
.grid.bod .modal__content {
	padding: 24px;
}
.grid.bod .modal__content p:last-of-type {margin-bottom: 0}