html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }

  
  .background-footer{
      background-color: #EEE1D8 ;
      
  }
  
  .footer-font{
      font-family:'Inter', sans-serif;
  }
  
  .footer-title{
      color: #040404;
      font-size: 16px;
      font-weight: 700;
  }
  
  .footer-text{
      color: #040404;
      font-size: 20px;
      font-weight: 500;
  }
  
  .red-hover:hover{
    color: #901A1D;
}

  .no-decoration{
      text-decoration: none;
  }
  
  ul{
      list-style-type: none;
      padding:0;
        margin:0;
  }
  
  ul li{
      margin: 0;
      padding: 0;
  }
  
  .footer-link{
      color: #901A1D;
      font-size: 20px;
      font-weight: 500;
      text-decoration-line: underline;
  }
  
  .footer-input{
      border-radius: 5px;
      background: #F5F5F5;
      border: none;
      display: inline-flex;
      padding: 9px 8px;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 42px;
      padding-right: 2.5rem;
  
  }
  div#is-relative{
    max-width: 420px;
    position: relative;
  }
  
  #icon{
    position: absolute;
    display: block;
    bottom: .5rem;
    right: 1rem;
    
    user-select: none;
    cursor: pointer;
  }