body {
    background: #ffffff;
    font-family: "oswald";
  }
  
  * {
  }
  
  footer {
    width:100%;
    height:auto;
    position:relative;
  }
  
  footer article {
    gap: 17px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1) ;
  }
  
  footer article a {
    font-weight: 400;
    color: #f2de89;
  }
  
  footer article p {
    font-weight: 400;
    color: #ffffff;
  }
  
  footer article h1 {
    font-size: 20px;
    color: #f2de89;
  }
  
  footer article h2 {
    font-size: 20px;
    color: #f2de89;
  }
  
  footer article h3 {
    font-size: 20px;
    color: #f2de89;
  }
  
  footer article h4 {
    font-weight: 400;
    color: #f2de89;
  }
  
  footer section {
    padding: 0 50px;
  }
  
  section.top {
    padding-top: 7px;
  }
  
  section.top img {
    display: block;
    height: 50px;
    margin: 0 0 30px;
  }
  
  section.top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  
  section.top ul {
      padding-right: 10%;
    }
  
  
  @media (width > 600px) {
  footer article {
      flex-direction: row;
      min-height: 140px;
      margin: -70px 20px 20px;
      padding: 30px 50px 30px;
    }
  
  section.top ul {
      grid-template-columns: repeat(4, 1fr);
      padding-right: 0;
    }
  }
  
  section.top ul li a {
    display: block;
    margin-bottom: 10px;
    color: rgb(255 255 255 / 90%);
  }
  
  section.top h3 {
    color: #f2de89;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  
  section.bottom {
    padding-top: 10px;
    border-top: 2px solid rgb(255 255 255 / 10%);
    color: #f2de89;
    font-size: 18px;
  }