.view-link {
  color: rgba(183, 73, 206, 1);
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem);
  line-height: 150%;
  letter-spacing: 0%;
}
/* -----------------------------------
    DESKTOP LAYOUT (Default)
    ----------------------------------- */
@media (min-width: 992px) {
  .Branch_IndLx_Hc_title {
    text-align: center;
  }

  /* Container gets top and bottom borders only */
  .Branch_IndLx_Hc_wrapper {
    border-top: 1px solid #e4e8ec;
    border-bottom: 1px solid #e4e8ec;
  }

  /* Individual columns get right borders (except the last one) */
  .Branch_IndLx_Hc_col {
    padding: 3rem 1rem;
  }
  .Branch_IndLx_Hc_col:not(:last-child) {
    border-right: 1px solid #e4e8ec;
  }

  .Branch_IndLx_Hc_col-content {
    max-width: 70%;
  }
}

/* -----------------------------------
    MOBILE & TABLET LAYOUT
    ----------------------------------- */
@media (max-width: 991px) {
  .Branch_IndLx_Hc_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .Branch_IndLx_Hc_title {
    text-align: left;

    margin-bottom: 1.5rem;
  }

  /* Container gets a full border outline on mobile */
  .Branch_IndLx_Hc_wrapper {
    border: 1px solid #e4e8ec;
    border-radius: 2px;
  }

  /* Individual columns get bottom borders (except the last one) */
  .Branch_IndLx_Hc_col {
    padding: 2rem;
  }
  .Branch_IndLx_Hc_col:not(:last-child) {
    border-bottom: 1px solid #e4e8ec;
  }
  .Branch_IndLx_Hc_col-content {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .Branch_IndLx_Hc_col {
    padding: 1.5rem;
  }
  .branches .heading-1,
  .branches .heading-1 :is(h1, h2, h3, h4, h5, h6) {
    text-align: left;
  }
}
