﻿@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-300.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-400.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-500.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-700.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-900.woff2") format("woff2");
  font-weight: 900;
}
section.hero-block {
  background-color: #f2f0f8;
  color: #000;
}
section.hero-block .hero-content {
  text-align: center;
}
section.hero-block .hero-content p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section.hero-block .hero-icon img {
    height: 100px;
  }
  section.hero-block .hero-content {
    text-align: center;
  }
  section.hero-block .hero-content p {
    margin-bottom: 20px;
  }
}
