.branch-archive-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.branch-button {
  display: inline-block;
  background: linear-gradient(
    264.91deg,
    #f91df3 2.8%,
    #a14cfb 58.02%,
    #7562ff 104.15%
  );
  text-decoration: underline;
}
.coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.branch-info h3 {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  color: #4a0e94;
}
.branch-info p {
  margin: 8px 0;
  color: #4a0e94;
  line-height: 1.5;
}
.branch-info strong {
  color: #4a0e94;
}
.branch-image-container {
  position: relative;
  overflow: hidden;
}
