.section-expertise {
    background-image: url("../images/bg_gold_card_faces_hanging_from_string.png");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  
  .expertise-list-outer-container {
    max-width: 768px;
    margin: 3rem auto;
  }

  .golden-glass-container {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background-image: linear-gradient(300deg, #6b2e1b99, #be6e1ee0);
    box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
    backdrop-filter: blur(7px);
  }

  .services-container{
    padding:0.5rem;
  }

  .services-team-container{
    background-image: linear-gradient(300deg, #82598c99, #852195e0);
    box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
    backdrop-filter: blur(7px);
  }