.sv-card-campanha {
    max-width: 300px;
    height: 350px;
    min-height: 100%;
    border: 2px solid #A9A9A9;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    /*gap: 0.6rem;*/
  }
  
  .sv-capa-card {
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: center center;
  
    border-radius: 0.9rem 0.9rem 0 0;
  }
  
  .sv-btn-campanha {
    display: flex;
    text-decoration: none;
    color: #004a98;
  }
  
  
  /*--------------------------------------------------- MEDIA QUERIE-----------------------------------------------*/
  
  @media (max-width: 799px) and (min-width: 401px) {
      
  }
  @media (max-width: 400px) and (min-width: 0px){
    .sv-card-campanha {
      width: 260px;
      height: 250px;
    }
  
  }
  /*--------------------------------------------------- FIM MEDIA QUERIE-----------------------------------------------*/ 