﻿@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.bg-image-block {
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}
section.bg-image-block .list-items-container {
  margin-top: 70px;
}
section.bg-image-block .list-items-container .list-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
section.bg-image-block .list-items-container .list-item .icon {
  margin-right: 30px;
}
section.bg-image-block .list-items-container .list-item .content-wrapper .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
section.bg-image-block .list-items-container .list-item .content-wrapper .text {
  font-size: 18px;
}
section.bg-image-block .list-items-container .list-item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.bg-image-block {
    padding: 50px 0;
  }
  section.bg-image-block .list-items-container {
    margin-top: 30px;
  }
  section.bg-image-block .list-items-container .list-item .icon {
    margin-right: 10px;
  }
  section.bg-image-block .list-items-container .list-item .icon img {
    height: 42px;
  }
  section.bg-image-block .list-items-container .list-item .text {
    font-size: 14px;
  }
}
