@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot');
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot');
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

body {
  color: #000;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 400;
}

#wrapper {
  max-width: 832px;
  margin: 16px auto;
  background-color: #fff;
  position: relative;
}

header {
  padding: 0 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

article div {
  border: 1px solid lightgrey;
  margin: 24px 0;
  padding: 8px 24px;
}

.center p {
  text-align: center;
}

.center p:last-of-type {
  margin: 0;
}

footer {
  padding: 10px;
}

footer {
  width: 100%;
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
}

footer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

p {
  margin: 0 0 14px;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #4e9ed7;
  text-align: center;
}

h1 small {
  display: block;
  font-size: 20px;
  margin: 10px 0 0;
}

h2 {
  margin: 14px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #4e9ed7;
}

ul {
  margin: 0 0 10px 24px;
  list-style: none;
}

ul li {
  padding-left: 16px;
}

li:before {
  content: '\2022';
  float: left;
  font-size: 20px;
  text-indent: -16px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: #00f;
  text-decoration: underline;
}

a[href^="tel:"] {
  color: #000;
  text-decoration: none;
}

@media all and (max-width: 832px) {
  #wrapper {
    padding: 16px;
    margin: 0;
    border: none;
  }

  header {
    padding: 0 16px;
  }

  article div {
    padding: 8px 16px;
  }

  :is(p, ul, h1) {
    hyphens: auto;
    text-wrap: pretty;
  }

  :is(a, span) {
    white-space: nowrap;
  }
}

@media all and (max-width: 480px) {
  ul {
    margin-left: 0;
  }
}