@@ -10194,6 +10194,21 @@ footer .copyright .logo {
.flat-links--vertical .flat-links__item {
width: 100%; }
+.person-page__awards {
+ display: flex;
+ flex-direction: row; }
+.person-page__award {
+ flex-direction: row;
+ align-content: center; }
+.person-page__award-name {
+ display: block; }
+.person-page__award-image {
+.person-page__category {
+ font-size: 16px;
+ color: #75787b; }
+
body {
font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
@@ -0,0 +1,26 @@
+.person-page {
+ &__awards {
+ }
+ &__award {
+ align-content: center;
+ &__award-name {
+ display: block;
+ &__award-image {
+ &__category {
+ color: #75787b;
+}
@@ -18,6 +18,7 @@
@import "feedback-form";
@import "blind";
@import "flat-links";
+@import "person-page";
font-family: $fontopensans;