* {
   font-family: "Roboto";
   line-height: 1.3;
   box-sizing: border-box;
}
body {
   font: 18px "Roboto";
   line-height: 1.3;
   margin: 0;
   padding: 0;
   color: #000;
}
.header-middle {
   padding: 15px 0;
}
.header-middle .content {
   display: flex;
   justify-content: flex-start;
}
.logo {
   width: 240px;
}
.header-bottom {
   background: #008dc9;
   padding: 0 30px;
}
.header-bottom .content,
.nav {
   display: flex;
   align-items: center;
   height: 50px;
}
.nav {
   background: #008dc9;
   padding: 0;
   width: 100%;
   justify-content: space-between;
}
.nav li {
   list-style: none;
   display: table-cell;
   vertical-align: top;
   transition: all 0.5s ease;
   margin-bottom: 0 !important;
}
.nav > li > a {
   padding: 5px 30px 5px 5px;
   font-size: 16px;
   color: #fff;
   font-weight: 700;
   text-decoration: none;
   position: relative;
}
.nav li a img {
   width: 40px;
   display: block;
}
.nav li.home a:after {
   display: none;
}
.content {
   max-width: 1000px;
   margin: auto;
   padding: 0 15px;
}
.content li,
.content p {
   line-height: 26px;
}
.quote {
   background: #cfe2f3;
   border: 2px solid #000;
   padding: 10px;
   color: #000;
   font-weight: 700;
   margin-bottom: 1em;
}
.content li {
   margin-bottom: 1em;
}
.nav-mob {
   display: none;
}
img {
   display: block;
   width: 100%;
   max-width: 650px;
   margin: 15px auto;
}

h1 {
   font-size: 24px;
}
p {
   margin-bottom: 15px;
}

a {
   color: #008dc9;
   text-decoration: none;
}
.content li {
   margin-bottom: 10px;
}
.cls-1 {
   fill: #0093d5;
}
@media (max-width: 1200px) {
   .header-bottom {
      display: none;
   }
   .header-middle .content {
      justify-content: space-between;
   }
   .nav-mob {
      display: block;
      width: 35px;
   }
   h1 {
      font-size: 1.5em;
   }
}
@media (max-width: 640px) {
   .logo {
      width: 185px;
   }
   .nav-mob {
      width: 35px;
   }
   body {
      font-size: 16px;
      line-height: 24px;
   }
}
@media (min-width: 768px) {
   body {
      font-size: 20px;
   }
   h1 {
      font-size: 34px;
   }
}
