.post-author .khm-cp-author__image {
    position: absolute;
    bottom: 0;
    right: 15px;
    max-width: 15%;
}
.post-author .khm-cp-author__content {
    padding: 10px;
    color: #003e7b;
    max-width: 85%;
    font-size: 0.9rem;
    line-height: 120%;
}

.post-author .khm-cp-author{
    background-color: #e0e8eb;
    max-width: 100%;
    position: relative;
    margin-top: 95px;
}

.post-author:before,
.post-author:after {
    content: "";
    display: table;
    clear: both;
}

.khm-cp {
	font-size: 15px;
	line-height: 17px;
    background-color: #fff;
    padding: 16px;
}

.khm-cp__content {
	max-width: 35%;
	float: left;
	max-width: 60%;
}

.khm-cp__content strong {
    font-size: 18px;
}

.khm-cp__image {
	max-width: 35%;
	float: left;
	padding-right: 5%;
}