


.Servicener {
    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/marketingworld.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
  }

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

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

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