* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", serif, sans-serif;
  background: #000;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
}

p {
  margin: 0;
}
p + p {
  margin-top: 10px;
}

.business-card {
  max-width: 1080px;
  width: 100%;
  padding: 4rem 2rem;
}

.logo {
  width: 280px;
  max-width: 100%;
  margin: 0 auto 1rem;
  display: block;
}

.company-name {
  text-align: center;
  color: #00b1b0;
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

.address {
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
}

.actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0;
  gap: 1rem;
}
.actions .button {
  text-align: center;
  padding: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 16px;
  flex: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 78px;
}
.actions .button:last-child {
  width: 100%;
  flex: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 1.5rem 0.75rem;
}
.actions .button:last-child span {
  width: auto;
}
.actions .button:last-child .icon {
  margin: 0 3px 0 0;
}
.actions .button span {
  display: block;
  width: 100%;
}
.actions .button span.icon {
  margin-bottom: 3px;
}
.actions .button:hover {
  background: #00b1b0;
  color: #000;
}

.details h2 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  color: #00b1b0;
}
.details p,
.details li {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #ccc;
}
.details a {
  color: #00b1b0;
  text-decoration: none;
}
.details a:hover {
  text-decoration: underline;
}
.details ul {
  padding-left: 1.2rem;
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/Montserrat/montserrat-v26-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Montserrat/montserrat-v26-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Montserrat/montserrat-v26-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/Montserrat/montserrat-v26-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Montserrat/montserrat-v26-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/Montserrat/montserrat-v26-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fallback */
@font-face {
  font-family: "wxicons";
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url("assets/fonts/Material_Icons/wx_outline.ttf") format("truetype");
}
@font-face {
  font-family: "wxicons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/Material_Icons/wx_filled.ttf") format("truetype");
}
.wx-icon {
  font-family: "wxicons";
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.wx-icon.wx-filled {
  font-weight: 400;
}

.social-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  gap: 16px;
}
.social-menu li a {
  background-color: #00b1b0;
  color: #000;
  display: block;
  padding: 16px;
  border-radius: 100%;
  line-height: 0;
  aspect-ratio: 1;
}
.social-menu li a svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}/*# sourceMappingURL=style.css.map */