

@media screen and (min-width: 1200px) {
#profiles_show .profile-content {
flex-wrap: wrap;
display: flex;
}
#profiles_show .profile-content .block {
order: 2;
width: 100%;
}
#profiles_show .profile-content .about {
order: 1;
}
}
+#profiles_show .profile-content .cc-2.block {
order: 1;
}
@Cosmo ☭, Большое спасибо! Ещё вопрос, можно ли перенести блок достижений под блок Обо мне?@Cosmo ☭