.brunswick-h1 {
    color: var(--Grey-5, #333);
    text-align: center;

    /* Desktop/Heading 4 */
    font-family: 'Lustria';
    font-size: clamp(18px, 2vw + 1px, 25px);
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 34.5px */
    letter-spacing: 1.15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.brunswick-better {
    color: var(--Dark-Blue---Lovettsville, #366A7C);
    text-align: center;

    /* Desktop/Heading 1 */
    font-family: 'Lustria';
    font-size: clamp(40px, 5vw + 1px, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
    letter-spacing: 2px;
    text-transform: capitalize;
}

.brunswick-trusted {
    color: var(--Grey-5, #333);
    text-align: center;

    /* Desktop/Heading 3 */
    font-family: 'Lato';
    margin-bottom: 20px;
    font-size: clamp(28px, 3vw + 1px, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: capitalize;
}

.button-row.center {
    text-align: center;
    justify-items: center;
}

/* meet_the_staff_7_css
---------------------------------------------------------- */
.meet_the_staff_7 {
    position: relative;
}

.meet_the_staff_7 .meet-the-staff-flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: min(100%, 2000px);
    margin: 0 auto;
}
.meet_the_staff_7 .meet-the-staff-flex.bottom {
    flex-direction: row;
}

.meet_the_staff_7 .meet-the-staff-flex.top {
    flex-direction: row;
}

.meet_the_staff_7 .meet-the-staff-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: min(50%, 960px);
    height: 50vw;
}

.loaded .meet_the_staff_7 .meet-the-staff-left.top {
    background-image: url('../images/brunswick-invisalign.webp');
}

.loaded .meet_the_staff_7 .meet-the-staff-left {
    background-image: url('../images/brunswick-dental-implants.webp');
}

.loaded .meet_the_staff_7 .meet-the-staff-left.bottom {
    background-image: url('../images/brunswick-dental-veneers.webp');
}

.meet_the_staff_7 .meet-the-staff-right {
    width: min(50%, 960px);
    height: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 0;
    background: #366A7C;
}

.meet_the_staff_7 .meet-the-staff-inner-box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: 100%;
    justify-content: center;
    width: min(90%, 694px);
}
.meet_the_staff_7 .meet-the-staff-title h2 {
    margin: 0;
    color: var(--White, #FFF);

    /* Desktop/Heading 2 */
    font-family: 'Lato';
    font-size: clamp(30px, 3.5vw + 1px, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 55.8px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.meet_the_staff_7 .meet-the-staff-content p {
    margin: 0;
    color: #fff;
}

/* meet_the_staff_7 Responsive */
@media (max-width: 1600px) {
    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
        height: 72vw;
    }

    .meet_the_staff_7 .meet-the-staff-left {
        width: 100%;
        height: 72vw;
    }
}

/* meet_the_staff_7 Responsive */
@media (max-width: 1290px) {
    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
        height: 80vw;
    }

    .meet_the_staff_7 .meet-the-staff-left {
        width: 100%;
        height: 80vw;
    }
}

/* meet_the_staff_7 Responsive */
@media (max-width: 1200px) {
    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
        height: 95vw;
    }

    .meet_the_staff_7 .meet-the-staff-left {
        width: 100%;
        height: 95vw;
    }
}

/* meet_the_staff_7 Responsive */
@media (max-width: 1025px) {
    .meet_the_staff_7 {
        flex-wrap: wrap;
    }
    .meet_the_staff_7 .meet-the-staff-flex.top,
    .meet_the_staff_7 .meet-the-staff-flex,
    .meet_the_staff_7 .meet-the-staff-flex.bottom {
        flex-direction: column;
    }

    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
    }

    .meet_the_staff_7 .meet-the-staff-left {
        width: 100%;
        height: min(71vw, 750px);
    }
}

@media (max-width: 750px) {
    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
        height: 130vw;
    }
}

@media (max-width: 650px) {
    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
        height: 980px;
    }
}

@media (max-width: 400px) {
    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
        height: 1055px;
    }
}

/* meet_the_staff_2_css
---------------------------------------------------------- */
.meet_the_staff_2 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    background: #f1f0f0;
}
.meet_the_staff_2:before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
    width: min(100%, 50%);
    height: min(40vw, 600px);
    background-color: var(--tertiary-color);
    z-index: 0;
}

.meet_the_staff_2 .meet-staff-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.meet_the_staff_2 .meet-staff-right {
    width: min(50%, 780px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.meet_the_staff_2 .meet-staff-title h2 {
    color: var(--Grey-5, #333);
    text-align: center;

    /* Desktop/Heading 1 */
    font-family: 'Lustria';
    font-size: clamp(40px, 5vw + 1px, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
    letter-spacing: 2px;
    text-transform: capitalize;
}
.meet_the_staff_2 .meet-staff-title h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.meet_the_staff_2 .meet-staff-left p {
    margin: 0;
    text-align: center;
    padding: 20px 0;
}

.meet_the_staff_2 .meet-staff-aff .external-link {
    display: none;
}

.dentist-aff a,
.dentist-aff img {
    display: block;
}

.meet_the_staff_2 .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_2 .meet-staff-left {
    display: block;
    /* height: min(50vw, 763px); */
    width: min(48%, 666px);
}

@media (max-width: 1025px) {
    .meet_the_staff_2 .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .meet_the_staff_2 .meet-staff-left {
        display: block;
        /* height: min(100vw, 763px); */
        width: min(100%, 666px);
    }
    .meet_the_staff_2 .meet-staff-right {
        width: min(100%, 724px);
    }
    .meet_the_staff_2:before {
        width: 100%;
    }
    .meet_the_staff_2:before {
        transform: translateY(40%);
        width: 100%;
        height: min(55vw, 600px);
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .meet_the_staff_2 {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .meet_the_staff_2:before {
        top: 8vw;
    }
}

.brunswick-care-flex {
    gap: 20px;
    display: flex;
    align-content: center;
    align-items: center;
}

 /* accordion_1_css
  ---------------------------------------------------------- */
  section.cta_welcome_1.faq {
    padding: 100px 0;
  }
  .accordion-item {
      color: #fff;
      margin-bottom: 10px;
      border: 3px solid var(--Dark-Blue---Lovettsville, #366A7C);
  }
  
  .accordion-item-header {
      display: flex;
      align-items: flex-start;
      text-align: left;
      padding: 35px 50px;
      cursor: pointer;
      /* background: #2F1610; */
      transition: all 0.3s ease-in-out;
  }
  .thornton .accordion-item-header {
      background: #41838C;
  }
  .accordion-item-header.active {
      background: #41838C;
  }
  .accordion-item-header.active {
      color: #fff;
  }
  #welcome-title-faq {
    color: var(--Dark-Blue---Lovettsville, #366A7C);
    text-align: center;

    /* Desktop/Heading 1 */
    font-family: 'Lustria';
    font-size: clamp(42px, 5vw + 1px, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
    letter-spacing: 2px;
    text-transform: capitalize;
  }

.faq-p {
    text-align: center;
    padding: 20px 0;
}

.accordion-item-header.active h3 {
    color: #fff;
}

  .accordion-item-header.active {
      color: #fff
  }
  .accordion-item-header p {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .accordion-item-header h3 {
      color: var(--Dark-Blue---Lovettsville, #366A7C);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 4 */
    font-family: 'Lustria';
    font-size: clamp(18px, 2vw + 1px, 25px);
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 34.5px */
    letter-spacing: 1.15px;
    text-transform: uppercase;
  }
  .accordion-item-icon {
      margin-left: auto;
      transform: rotate(0deg);
      transition: all 0.3s ease;
      position: relative;
      font-size: 1.5em;
      width: 25px;
      height: 34px;
      display: block;
      text-align: center;
      color: #366A7C;
  }

.accordion-item-header.active .accordion-item-icon {
      color: #fff;
  }
  
  .accordion-item-body {
      padding: 0 50px 25px;
      display: none;
      color: #fff;
      background: #41838C;
      text-align: left;
  }
  .thornton .accordion-item-body {
      /* background: #2F1610; */
  }
  .cta_welcome_1.faq .accordion-item-body p {
      margin: 0;
      font-size: 18px;
  }
  @media (max-width: 1025px) {
      .accordion-item-header {
          padding: 25px 25px;
      }
      .accordion-item-body {
          padding: 0 25px 25px;
      }
      .accordion-item-header h3 {
          font-size: 22px;
      }
  }
