@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

body {
    --tw-bg-opacity: 1;
    background-color: rgba(17,24,39,var(--tw-bg-opacity));
    color: white;
    font-family: "Quicksand", sans-serif;
}

*, *:before, *:after {
    box-sizing: border-box;
  }
  .footer {
    display: flex;
    flex-flow: row wrap;
    padding: 21px 30px 20px 30px;
    color: white;
    background-color: #282f3b;
  }
  
  .footer > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    margin-right: 1.25em;
  }
  
  .footer__logo {
    font-size: 2.1rem;
  }
  
  .footer__addr h2 {
    font-size: 15px;
    font-weight: 400;
  }
  
  .nav__title {
    font-size: 26px;
    padding-left: 60px;
  }
  
  .footer address {
    font-style: normal;
    color: #999;
  }
  
  .footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: white;
    border-radius: 100px;
    color: black;
    line-height: 0;
    font-size: 1rem;
    padding: 0 1.3em;
  }
  
  .footer ul {
    list-style: none;
    padding-left: 60;
    font-size: 0.8rem;
  }
  
  .footer li {
    line-height: 2em;
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
      flex-flow: row wrap;
  }
  
  .footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  
  .nav__ul a {
    color: white;
  }
  
  .nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
  }
  
  .legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
  }
    
  .legal__links {
    display: flex;
    align-items: center;
    color: white;
  }
  
  .heart {
    color: white;
  }
  
  @media screen and (min-width: 24.375em) {
    .legal .legal__links {
      margin-left: auto;
    }
  
    .nav__title {
      font-size: 26px;
    }
  
    .footer ul {
      list-style: none;
      font-size: 0.8rem;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: 1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  
    .nav__title {
      font-size: 26px;
    }
  
    .footer ul {
      list-style: none;
      font-size: 0.8rem;
    }
    
  }