.Supporter {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-flow: column;
    background-image: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/businessman-2970149_960_720\ \(1\).jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
  }

  .Supporter h3 {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    text-transform: capitalize;
  }

  .titel-Supporter {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 5px auto;
    margin-top: 100px;
  }

  .titel-Supporter h1 {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 40px ;
    position: relative;
  }

  .Supporte-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/remote-it-support.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 6rem 2rem;
}

.Supporte-content h2 {
    color: var(--primary-color);
    font-size: var(--h2-font);
    margin-bottom: 12px;
}

.Supporte-content p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 27px;
}


  
  