@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: #231f20;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

#wrapper {
  max-width: 406px;
  margin: 16px auto;
  border: 2px solid #000;
  padding: 16px 6px 6px;
  background-color: #d0d4e5;
  position: relative;
}

header {
  padding: 0 0 12px;
  display: flex;
  justify-content: center;
}

article {
  padding: 0 0 16px;
}

.jus {
  text-align: justify;
  hyphens: auto;
}

.margin {
  margin: 0 0 12px;
}

.button {
  display: flex;
  justify-content: center;
}

.button a {
  display: inline-block;
  padding: 10px 16px;
  background: #024c90;
  color: #fff !important;
  border: 1px solid transparent;
  transition: .3s;
  text-decoration: none !important;
}

.button a:hover {
  opacity: 0.95;
}

footer {
  padding: 6px;
  margin: 0 -6px -6px;
  background: #fff;
}

footer p {
  margin: 0;
}

p {
  margin: 0 0 6px;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 8px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: #024c90;
  text-decoration: underline;
}

a[href^="tel:"] {
  color: #231f20;
  text-decoration: none;
}

@media all and (max-width: 406px) {
  #wrapper {
    padding: 16px;
    margin: 0;
    border: none;
  }

  footer {
    padding: 12px 16px;
    margin: 0 -16px -16px;
  }

  :is(p, h1) {
    hyphens: auto;
    text-wrap: pretty;
  }

  .jus {
    text-align: left;
  }

  :is(a, span) {
    white-space: nowrap;
  }

  br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .flex {
    display: block;
  }

  .flex section {
    width: 100%;
  }
}