.footer{
    background-size: cover;
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    position:relative;
  }
  
  .footer_prop{
    display:flex;
    justify-content: space-between;
    width:100%;
    padding-right: 5%;
    margin-bottom: -8vmin;
  }
  
  .footer_prop img{
    height:25vmin;
  }
  
  
  .footer_content{
    width:100%;
    background: rgb(15,15,15);
    display:flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    padding:2% 0;
  }
  
  .footer_top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
    width:80%;
  }
  
  .footer_top::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    background: linear-gradient(to right,transparent,var(--color1_2),var(--color1_1),var(--color1_2), transparent);
    height:1px;
    width:100%;
    font-size: clamp(12px,3vmin,18px);
  }
  
  .footer_nav{
    display:flex;
    align-items: center;
    padding:2vmin 0;
  }
  
  .footer_nav_item {
    text-decoration: none;
    padding: 0 2vmin;
    font-weight: bold;
    white-space: nowrap;
  }
  
  .footer footer{
    white-space: nowrap;
  }
  
  .footer_row{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap:5vmin;
    justify-content: center;
    margin:5vmin 0;
    width:80%;
  }
  
  
  .footer_col{
    display:flex;
    flex-direction: column;
    align-items: center;
    color:white;
  }
  
  .footer_col img{
    height:7vmin;
  }
  
  .footer_subheader{
    width:100%;
    font-size: clamp(12px,5vmin,20px);
    margin:2vmin 0;
    text-align: center;
  }
  
  .footer_col span{
    text-align: left;
    width:100%;
    font-size: clamp(12px,3vmin,14px);
    margin-bottom: 2%;
  }
  
  .footer_bottom{
    display:flex;
    flex-direction: column;
    width:80%;
  }
  
  .footer_bottom_col{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    color:white;
    font-size: clamp(8px,2.5vmin,15px);
  }
  
  .providers_logo{
    width:100%;
  }
  
  .banks_logo{
/*    width:40%;*/
  }
  
  .footer2{
    margin-top: 5vmin;
    display:none;
  }