@media only screen and (max-width: 500px) {
  .v-margin-b-xl {
    margin-bottom: 20px; }
  .v-margin-b-xxl {
    margin-bottom: 30px; }
  .v-margin-b-xxxl {
    margin-bottom: 60px; }
  .v-margin-t-lg {
    margin-top: 0; }
  .v-margin-t-xl {
    margin-top: 40px; }
  .v-margin-t-xxl {
    margin-top: 50px; }
  .v-margin-t-xxxl {
    margin-top: 80px; }
  .v-layout-1-2,
  .top-layout {
    grid-template-columns: 100%; }
  .top-layout {
    margin: 100px 30px 30px;
    width: auto;
    max-width: 240px; }
    .top-layout h1 {
      margin-bottom: 20px; }
  .project-card h2 {
    font-size: 18px;
    line-height: 24px; }
  .bottom-layout {
    display: grid;
    grid-template-columns: 100%;
    padding-left: 30px;
    padding-bottom: 40px;
    border-radius: 0; }
    .bottom-layout img {
      grid-row: 1/2;
      margin-left: 50px;
      margin-bottom: 40px; }
    .bottom-layout h2 {
      font-size: 24px;
      line-height: 100%;
      max-width: 220px;
      line-height: 32px; }
    .bottom-layout .v-margin-b-lg {
      margin-bottom: 20px; }
  .content.bottom-layout {
    width: 100%; } }
