/**************************/
/* HEADER */
/**************************/

.company-name {
  text-decoration: none;
  font-size: 4.4rem;
  font-weight: 600;
  color: #1864ab;
}

/**************************/
/* BODY */
/**************************/

.branch-heading {
  margin: 4rem 0;
  text-align: center;
  font-size: 3.6rem;
}

.branch-heading br {
  display: none;
}

.branch-main-img {
  width: 40%;
  display: block;
  margin: 0 auto 4.8rem;
}

.list {
  width: fit-content;
  margin: 0 auto 4.8rem;
  gap: 1.6rem;
}

.branch-description,
.branch-description-last {
  width: 70%;
  margin: 0 auto;
  color: #555;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 6.4rem;
}

.branch-description-last {
  width: fit-content;
}

.branch-footer-link:link,
.branch-footer-link:visited {
  text-decoration: none;
  font-size: 1.8rem;
  color: #555;
  transition: all 0.3s;
}

.branch-footer-link:hover,
.branch-footer-link:active {
  color: #1864ab;
}
