
#profiles_show .profile-content > .cc-2 > .c-right > .block {
width: 77%;
padding-right: 30px;
overflow: hidden;
}@media screen and (min-width: 768px) {
#profiles_show .profile-head .c-brief .avatar {
margin-bottom: 10px;
}
#profiles_show .c-additionals,
#profiles_show .profile-head::after {
display: none;
}
#profiles_show .profile-content > .cc-2 {
width: 77%;
padding-right: 30px;
margin-bottom: 10px;
}
#profiles_show .profile-content > .cc-2 > .c-right > .block {
clear: left;
}
}
@grin3671