

/* Start:/local/components/ma/checker.info/templates/.default/style.css?17827271041053*/
.checker-info-block {
    display: flex;
    width: 100%;
	padding: 3em 0;
}
.checker-info-block.checker-blog {
	padding: 0 0 3em 0;
}
.checker-info-block .card {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 10px;
	border-radius: 10px;
}
.checker-info-block .card > a {
	align-self: start;
}
.checker-info-block .card img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    max-width: 80px;
	min-width: 80px;
    height: 80px;
    margin-right: 20px;
	background: #d8e9f4;
}
.checker-info-block .card .profile {
    display: flex;
    flex-direction: column;
}
.checker-info-block .card .profile span {
    color: #a7a7a7;
    font-size: 14px;
	display: block;
	marging-bottom: 5px;
}
.checker-info-block .card .profile p {
	margin: 0;
}
.checker-info-block .card .profile a {
    font-weight: 700;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
	.checker-info-block .card .profile a {
		font-size: 16px;
	}
	.checker-info-block .card .profile p {
		font-size: 14px;
	}
}
/* End */
/* /local/components/ma/checker.info/templates/.default/style.css?17827271041053 */
