.elementor-1152 .elementor-element.elementor-element-b35fea9{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-b35fea9 *//* Scope everything to this widget so it won’t mess up other pages */
  #m7-about {
    color: #fff;
    overflow-x: hidden;
  }

  /* Back header */
  #m7-about .services-header {
    padding: 40px 60px;
    font-size: 1.2rem;
    letter-spacing: 3px;
  }
  #m7-about .services-header a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  #m7-about .services-header a:hover { opacity: 1; }

  /* Page container */
  #m7-about .services-page {
    padding: 60px 8vw 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }

  /* Team section */
  #m7-about .team-section {
    width: 100%;
    max-width: 980px;
    text-align: center;
    padding-top: 40px;
    position: relative;
  }
  #m7-about .team-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,0.25);
    transform: translateX(-50%);
  }
  #m7-about .team-section:first-child::before { display: none; }

  #m7-about .team-section h2 {
    font-size: 2.3rem;
    letter-spacing: 4px;
    margin-bottom: 25px;
    font-weight: 300;
  }

  #m7-about .team-section ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }

  #m7-about .team-section li {
    font-size: 1.35rem;
    line-height: 1.8;
    opacity: 0.85;
  }

  #m7-about .team-section a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
  }
  #m7-about .team-section a:hover { opacity: 1; }

  #m7-about .team-contact {
    margin-top: 18px;
    font-size: 0.85rem;
    letter-spacing: 2px;
    opacity: 0.75;
  }

  /* Footer (optional) */
  #m7-about .site-footer {
    margin-top: 0;
    padding: 60px 6vw 40px;
    background: #111;
    color: #fff;
  }

  #m7-about .site-footer hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 30px 0;
  }

  #m7-about .footer-center {
    display: flex;
    justify-content: center;
  }

  #m7-about .footer-center img {
    max-width: 160px;
    opacity: 0.9;
  }

  #m7-about .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    letter-spacing: 1px;
    gap: 18px;
  }

  #m7-about .footer-social a {
    color: #fff;
    margin-left: 18px;
    font-size: 1.2rem;
    opacity: 0.85;
    transition: opacity 0.2s ease;
    text-decoration: none;
  }
  #m7-about .footer-social a:hover { opacity: 1; }

  /* Mobile */
  @media (max-width: 900px) {
    #m7-about .services-header { padding: 30px; }
    #m7-about .services-page {
      padding: 40px 6vw 100px;
      gap: 90px;
    }
    #m7-about .team-section h2 { font-size: 1.9rem; }
    #m7-about .team-section li { font-size: 1.15rem; }

    #m7-about .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
    #m7-about .footer-social a { margin: 0 12px; }
  }/* End custom CSS */