@@ -9580,6 +9580,14 @@ footer .copyright .logo {
.pagination__page--next {
background: url(../img/pagination/pagination-right.png) no-repeat center; }
+.personals__tile-list {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: space-between; }
+.personals__tile {
+ display: block;
+ width: 33.3%; }
.personals__position {
color: #929292;
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
@@ -1,4 +1,17 @@
.personals {
+
+ &__tile-list {
+ justify-content: space-between;
+ }
+ &__tile {
+ width: 33.3%;
&__position {
font-family: $fontcuprum;