/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-back: cubic-bezier(0.35, 1.47, 0.64, 1);
  scroll-behavior: smooth;
}

:root {
  --black: #000000;
  --gray10: #f4f4f4;
  --gray30: #c6c6c6;
  --gray50: #757575;
  --white: #ffffff;
  --blue: #0000ff;

  --background-color: var(--gray10);
  --text-color: var(--black);
  --text-light-color: var(--gray50);
  --link-color: var(--black);
}

header,
footer {
  background: #ffffff;
  background: var(--white);
}

body {
  background: #f4f4f4;
  background: var(--background-color);
  color: #000000;
  color: var(--text-color);
}

a,
a:visited {
  color: #000000;
  color: var(--link-color);
}

/*
@font-face { font-family: "Example";
             font-style: normal;
             font-weight: 300;
             src: url("/Example-Regular.woff") format("woff"); }
*/

:root {
  --columns: 12;
  --gutter: 1.5rem;
  --outer-padding: 1.5rem;
}

@media screen and (max-width: 991px) {

:root {
    //--columns: 9;
    --gutter: 1.5rem;
    --outer-padding: 1.5rem;
}
  }

@media screen and (max-width: 767px) {

:root {
    --columns: 4;
    --outer-padding: 1rem;
}
  }

@media print {

:root {
    --outer-padding: 0px;
}
  }

:root {

  --column-width: calc((100% - var(--gutter)*(var(--columns) - 1) - var(--outer-padding)*2)/var(--columns));

  /* @mixin grid-limit 1400px; */
}

.grid-overlay {
  display: none;
}

.grid-overlay--active {
  --grid-overlay-width: var(
    --grid-limit,
    calc(100% - var(--outer-padding)*2)
  );
  display: block;
  position: fixed;
  z-index: 9000;
  top: 0px;
  width: calc(100% - 3rem);
  width: var(--grid-overlay-width);
  left: 50%;
  margin-left: calc(-50% - -1.5rem);
  margin-left: calc(var(--grid-overlay-width)/2*-1);
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent 1.5rem,
    rgba(255, 0, 255, 0.05) 1.5rem
  );
  background: linear-gradient(
    to right,
    var(--grid-overlay-gutter, transparent) var(--gutter),
    var(--grid-overlay-column, rgba(255, 0, 255, 0.05)) var(--gutter)
  );
  background-size: calc(8.3333333333% + 0.125rem) 100%;
  background-size: calc((100% + var(--gutter))/var(--columns, 12)) 100%;
  background-position: top 0px left -1.5rem;
  background-position: top 0px left calc(var(--gutter)*-1);
}

/* ---- Mixins ------------------------------------------------------------- */

/* ---- Definitions -------------------------------------------------------- */

:root {
  --font-sans: "Work Sans", Helvetica, sans-serif;

  --font-larger: normal 3rem/1 var(--font-sans);
  --font-large: normal 2rem/1 var(--font-sans);
  --font-medium: normal 1.5rem/1.3 var(--font-sans);
  --font-normal: normal 1.125rem/1.3 var(--font-sans);
  --font-small: normal 0.875rem/1.3 var(--font-sans);
}

@media screen and (max-width: 991px) {

:root {
    --font-larger: normal 2.25rem/1 var(--font-sans);
    --font-large: normal 1.75rem/1 var(--font-sans);
}
  }

/* ---- Font scale --------------------------------------------------------- */

html {
  --font-scale-coeff: calc((var(--font-scale-to) - var(--font-scale-from))/(var(--font-scale-end)/100 - var(--font-scale-start)/100));
  font-size: calc(0.625rem + 0.4166666667vw);
  font-size: calc((var(--font-scale-from) - (var(--font-scale-start)/100)*var(--font-scale-coeff))/16*1rem + var(--font-scale-coeff)*1vw);
  --font-scale-from: 16;
  --font-scale-to: 18;
  --font-scale-start: 1440;
  --font-scale-end: 1920;
}

@media screen and (max-width: 1440px) {

html {
    --font-scale-from: 14;
    --font-scale-to: 16;
    --font-scale-start: 479;
    --font-scale-end: 1440;
}
  }

@media --mobile-small {

html {
    --font-scale-from: 12;
    --font-scale-to: 16;
    --font-scale-start: 1;
    --font-scale-end: 479;
}
  }

body {
  font-family: "Work Sans", Helvetica, sans-serif;
  font-family: var(--font-sans);
  font-size: 100%;
}

/* ---- Rules -------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 1.5rem 0rem;
}

h1:first-child {
    margin-top: 0px;
  }

h4:first-child {
    margin-top: 0px;
  }

h5:first-child {
    margin-top: 0px;
  }

h6:first-child {
    margin-top: 0px;
  }

p:first-child {
    margin-top: 0px;
  }

h1:last-child {
    margin-bottom: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figcaption,
blockquote {
  max-width: 60ch;
}

ul,
ol,
blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul:first-child {
    margin-top: 0px;
  }

ol:first-child {
    margin-top: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

main {
  font: normal 1.125rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-normal);
}

h1 {
  font: normal 3rem/1 "Work Sans", Helvetica, sans-serif;
  font: var(--font-larger);
}

h2 {
  font: normal 2rem/1 "Work Sans", Helvetica, sans-serif;
  font: var(--font-large);
  margin-top: 2rem;
}

h2:first-child {
    margin-top: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h3 {
  font: normal 1.5rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-medium);
  margin-top: 2rem;
}

h3:first-child {
    margin-top: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

h4 {
  font: normal 1.125rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-normal);
}

h5 {
  font: var(--font-smaller);
}

h6 {
  font: var(--font-smallest);
}

blockquote {
  font: normal 1.5rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-medium);
  margin: 2rem 0rem;
}

blockquote:first-child {
    margin-top: 0px;
  }

blockquote:last-child {
    margin-bottom: 0px;
  }

figcaption {
  margin-top: 0.5rem;
  font: normal 0.875rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-small);
}

header {
  font: normal 1.5rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-medium);
}

footer {
  font: normal 1.5rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-medium);
}

footer .credits {
    font: normal 0.875rem/1.3 "Work Sans", Helvetica, sans-serif;
    font: var(--font-small);
  }

.meta,
.excerpt,
.project .credits {
  margin: 1.5rem 0rem;
}

.meta:not(.does-not-exist):first-child {
    margin-top: 0px;
  }

.excerpt:not(.does-not-exist):first-child {
    margin-top: 0px;
  }

.project .credits:first-child {
    margin-top: 0px;
  }

.meta:not(.does-not-exist):last-child {
    margin-bottom: 0px;
  }

.excerpt:not(.does-not-exist):last-child {
    margin-bottom: 0px;
  }

.project .credits:last-child {
    margin-bottom: 0px;
  }

.see-all {
  font: normal 1.5rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-medium);
}

.meta,
.project .credits,
.projects-grid .year {
  font: normal 0.875rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-small);
}

.projects-grid .project:nth-child(n + 3) h2 {
    font: normal 1.5rem/1.3 "Work Sans", Helvetica, sans-serif;
    font: var(--font-medium);
  }

.projects-list {
  font: normal 0.875rem/1.3 "Work Sans", Helvetica, sans-serif;
  font: var(--font-small);
}

.projects-list .name {
    font: normal 1.5rem/1.3 "Work Sans", Helvetica, sans-serif;
    font: var(--font-medium);
  }

*,
*:before,
*:after {
  box-sizing: border-box;
}

.responsive-embed,
figure.image {
  margin: 2rem 0rem;
}

.responsive-embed:not(does-not-exist):first-child {
    margin-top: 0px;
  }

figure.image:first-child {
    margin-top: 0px;
  }

.responsive-embed:not(does-not-exist):last-child {
    margin-bottom: 0px;
  }

figure.image:last-child {
    margin-bottom: 0px;
  }

figure.image {
  width: 100%;
  padding: 0rem;
}

figure.image img {
    display: block;
    width: 100%;
    height: auto;
  }

img {
  display: block;
}

footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 36rem;
  display: flex;
}

@media screen and (max-width: 767px) {

footer {
    min-height: 18rem;
}
  }

footer a,footer a:visited {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

footer a:hover,footer a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

footer .inner {
    flex: 1;
    grid-template-rows: auto;
  }

footer .email {
    grid-column: 1 / span 12;
    align-self: start;
  }

footer .credits {
    grid-column: 1 / span 12;
    align-self: end;
    color: #757575;
    color: var(--text-light-color);
  }

header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

header a,header a:visited {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

header a:hover,header a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

header .logo {
    grid-column: 1 / span 4;
  }

@media screen and (max-width: 767px) {

header .logo {
      grid-column: 1 / span 3;
  }
    }

header .mobile-toggle {
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M3 18.5h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18v-2H3z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    align-self: center;
    text-indent: -9000px;
    justify-self: end;
    display: none;
  }

@media screen and (max-width: 767px) {

header .mobile-toggle {
      display: block;
  }
    }

header nav {
    grid-column: 5 / span 8;
    display: flex;
    justify-content: flex-end;
  }

@media screen and (max-width: 767px) {

header nav {
      display: none;
      justify-content: flex-start;
      grid-column: 1 / span 4;
      margin-top: 1rem;
  }
    }

header nav ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      display: flex;
      gap: 2rem;
    }

@media screen and (max-width: 767px) {

header nav ul {
        gap: 1rem;
        flex-direction: column;
    }
      }

@media screen and (max-width: 767px) {
      header.show-menu .mobile-toggle {
        background-image: url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M19 6.91 17.59 5.5 12 11.09 6.41 5.5 5 6.91l5.59 5.59L5 18.09l1.41 1.41L12 13.91l5.59 5.59L19 18.09l-5.59-5.59L19 6.91z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
      }
      header.show-menu nav {
        display: flex;
      }
  }

section.hero figcaption {
    margin-left: 1.5rem;
    margin-left: var(--outer-padding);
    margin-right: 1.5rem;
    margin-right: var(--outer-padding);
  }

.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 1.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 1.5rem;
  margin-bottom: 3rem;
}

.projects-grid .project {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column: span 4;
    grid-row-gap: 0rem;
  }

@media screen and (max-width: 767px) {

.projects-grid .project {
      grid-column: span 2;
  }
    }

.projects-grid .project:nth-child(-n + 2) {
      grid-column: span 6;
      margin-bottom: 1.5rem;
    }

@media screen and (max-width: 767px) {

.projects-grid .project:nth-child(-n + 2) {
        grid-column: span 4;
    }
      }

.projects-grid .project:nth-child(n + 3) .excerpt {
        display: none;
      }

.projects-grid .image-wrapper {
    width: 100%;
    padding-bottom: 66.667%;
    margin-bottom: 1rem;
    position: relative;
    background: #c6c6c6;
    background: var(--gray30);
  }

.projects-grid .image-wrapper figure {
      position: absolute;
      width: 100%;
    }

.projects-grid h2 {
    margin: 0px;
  }

.projects-grid .year {
    margin-top: 0.5rem;
  }

.projects-grid .excerpt {
    margin-top: 1rem;
  }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

header,
main,
footer {
  padding-left: 1.5rem;
  padding-left: var(--outer-padding);
  padding-right: 1.5rem;
  padding-right: var(--outer-padding);
}

header .inner,main .inner,footer .inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 1.5rem;
    grid-column-gap: var(--gutter);
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
    margin: 0px auto;
  }

main {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.page {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 1.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 3rem;
}

.page .headline {
    grid-column: 1 / span 12;
    margin-bottom: 0rem;
  }

.page aside {
    grid-column: 1 / span 4;
  }

.page aside figure {
      padding-right: 3rem;
    }

@media screen and (max-width: 767px) {

.page aside figure {
        padding-right: 0rem;
    }
      }

.page .content {
    grid-column: 5 / span 8;
  }

@media screen and (max-width: 767px) {
    .page .headline,.page aside,.page .content {
      grid-column: 1 / span 4;
    }
  }

.project {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 1.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 3rem;
}

.project .headline {
    grid-column: 1 / span 12;
    margin-bottom: 0rem;
  }

.project .content {
    grid-column: 1 / span 4;
  }

.project .media {
    grid-column: 5 / span 8;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

.project .images {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.5rem;
    grid-column-gap: var(--gutter);
    grid-row-gap: 1.5rem;
  }

@media screen and (max-width: 767px) {

.project .images {
      grid-template-columns: repeat(4, 1fr);
  }
    }

.project .images .image {
      margin: 0px;
      grid-column: span 4;
    }

@media screen and (max-width: 767px) {

.project .images .image {
        grid-column: span 2;
    }
      }

@media screen and (max-width: 767px) {
    .project .headline,.project .media,.project .content {
      grid-column: 1 / span 4;
    }
  }

.projects {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 1.5rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 3rem;
}

.projects .headline,.projects .projects-list {
    grid-column: 1 / span 12;
    margin: 0px;
  }

@media screen and (max-width: 767px) {

.projects .headline,.projects .projects-list {
      grid-column: 1 / span 4;
  }
    }

.projects-list {
  list-style-type: none;
  padding: 0px;
  max-width: none;
  border-top: 1px solid #000000;
  border-top: 1px solid var(--text-color);
}

.projects-list a,.projects-list a:visited {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.projects-list a:hover,.projects-list a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.projects-list li {
    padding: 0.5rem 0rem;
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid var(--text-color);
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 1rem;
    align-items: center;
  }

@media screen and (max-width: 767px) {

.projects-list li {
      align-items: top;
  }
    }

@media screen and (max-width: 767px) {

.projects-list .name {
      width: 100%;
  }
    }

.projects-list .description {
    flex: 1;
  }
