@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.hero-img-1 {
  width: 450px;
  height: 300px;
}

.hero-img-2 {
  width: 425px;
  height: 270px;
  bottom: -25px;
}

.hero-container {
  max-width: 1580px;
}

.hero-img-placeholder img {
  height: 100%;
}

.contact-image {
  width: 668px;
  height: auto;
}
.contact-image img {
  width: 100%;
}

.footer-info li.footer-brand-name {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.hotline-value a {
  color: #fff;
  text-decoration: none;
}
.hotline-value a:hover {
  text-decoration: underline;
}

.hotline-bar {
  gap: 170px;
}

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