.tel-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tel-label.center {
  justify-content: center;
}
.tel-label svg {
  flex-shrink: 0;
}
.tel-label span {
  font-size: 14px;
  color: #c01a20;
  font-weight: bold;
  letter-spacing: 1px;
}

.copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
}

.banner {
  position: relative;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
}
.banner-text .banner-title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-text .banner-subtitle {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

/*# sourceMappingURL=components.css.map */
