@font-face {
  font-family: "ALK Life";
  src: url("../fonts/alk-life-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/alk-life-webfont.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/alk-life-webfont.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/alk-life-webfont.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/alk-life-webfont.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/alk-life-webfont.svg#alk_liferegular") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  padding: 20px 15px;
}
.logo {
  vertical-align: middle;
}
header nav a {
  text-decoration: none;
  color: #ffffff;
  font-family: "ALK Life";
  font-size: 16px;
}
header ul {
  list-style: none;
}
header nav,
header nav li {
  display: inline-block;
}
header nav li {
  padding: 0px 20px;
}
.contact-btn {
  font-family: "ALK Life";
  color: #171717;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  border: none;
}
.service-headings h2 {
  display: inline-block;
  margin: 20px 0px 60px 0px;
}
.cards article {
  font-family: "ALK Tommaso", sans-serif;
  display: inline-block;
  max-width: 463px;
  max-height: 235px;
  margin-right: 25px;
}
.cards article h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.block {
  width: 70px;
  height: 70px;
  background-color: #f9f9f9;
}
.dots {
  display: inline-block;
}
.dots div {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.blue {
  background-color: #0a22f4;
}
