@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscaled;
  font-family: 'Open Sans', 'Arial', sans-serif;
}

* {
  box-sizing: border-box;
}

p {
  line-height: 22px;
}

strong {
  font-weight: 600;
}

.clearfix {
  *zoom: 1;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix::after {
  clear: both;
}

.logo {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
}
.logo__wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.logo__image {
  width: 100%;
}

.title {
  width: 90%;
  font-size: 18px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
}

.info {
  width: 90%;
  padding: 30px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}
.info__left {
  width: 50%;
  float: left;
  padding: 10px 30px 10px 0px;
  border-right: 1px solid #dddddd;
}
.info__right {
  width: 50%;
  float: left;
  padding: 10px 0px 10px 30px;
}

.hannibal {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.hannibal__logo {
  width: 100px;
  display: inline-block;
}
.hannibal__link {
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .info {
    text-align: center;
  }
  .info__left, .info__right {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .info__right {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .logo {
    margin-top: 40px;
  }
}
