/* #id_4857e27b-9145-5fd5-97a2-6a4f5a6c8c16 {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 66%, rgba(255, 255, 255, 0.2) 100%), url(https://cdcssl.ibsrv.net/ibimg/smb/3000x1407_80/webmgr/21/z/6/_img/hero.jpg.webp?7bb00c5…) !important;
} */
.locations-a .list .location__fax-wrapper {
    margin: 12px 0 0 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section--dark .banner-a .banner__subtitle {
    color: #fff;
    text-shadow: 2px 2px #000;
}
.section--dark .banner-a .banner__title {
    text-shadow: 2px 2px #000;
}

@media (max-width:991px) {
    .header1 {
    display: none !important;
}
}
.banner-a .banner__title {
    font-size: 2rem;
    line-height: 2.5rem;
}
.banner-a .banner__subtitle {
    font-size: 1.25rem;
    line-height: 2rem;
}

    .accordionthisstuff {
      width: 100%;
      border-radius: 17px;
      overflow: hidden;
      margin: 20px 0;
      box-shadow: 2px 3px 17px rgba(21, 49, 205, 0.2);
    }

    .accordionthisstuff-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s;
    }

    .accordionthisstuff-header:hover {
      background-color: #e2e2e2;
    }

    .accordionthisstuff-icon {
      font-size: 1.5rem;
      transition: transform 0.3s ease;
    }

    .accordionthisstuff-content {
      max-height: 0;
      overflow: hidden;
      background-color: white;
      padding: 0 1rem;
      transition: max-height 0.4s ease, padding 0.4s ease;
    }

    .accordionthisstuff.open .accordionthisstuff-content {
      max-height: 200px;
      padding: 1rem;
    }

    .accordionthisstuff.open .accordionthisstuff-icon {
      transform: rotate(45deg); /* Turns + into × */
    }

    .newteamsec .cta__button {
        margin-left: auto;
        margin-right: auto;
    }
    .newteamsec .testimonials-content-wrapper{
        background: #f9f9f9;
        border-radius: 17px;
        padding: 15px 20px;
      box-shadow: 2px 3px 17px rgba(21, 49, 205, 0.2);
        text-align: center;
        margin: 18px;
    }
    .newteamsec .testimonials__title {
        text-align: center;
    }