+ align-items: flex-start;
+ flex-direction: column;
+
+ @include rwd($break-footer) {
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
+ }
+
+ a {
+ color: #85C7CC;
+ &:hover {
+ color: #85C7CC;
+ text-decoration: underline;
+ }
+ }
+
+ &:nth-child(1) {