body {background: #f9f9f9;}
.certificates-area {
	padding: 60px 80px 50px;
}
.certificates-image {
	padding-right: 60px;
}

@media screen and (max-width: 576px){
	.certificates-area {
		padding: 10px;
	}
	.certificates-image {
		padding-right: 0;
	}
}

.certificates {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    padding: 30px;
}
.certificates-owner {
	border-bottom:1px solid #F5F5F5; 
}
.certificates-avatar {
	margin-bottom:16px; 
	text-align: center!important;
}
.certificates-name {
	display: block;
    font-size: 24px;
    color: #191919;
    font-weight: 600;
    height: 29px;
    line-height: 1.15;
    margin-bottom: 10px;
    text-align: center!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.certificates-p {
	font-size: 15px;
    line-height: 1.4;
    text-align: center;
}
.certificates-details {
	padding:30px 2px 0;
}
.certificates-detail {
	font-size: 15px;
    line-height: 1.4;
}