body {
font-family: 'Libre Baskerville', serif;
font-style: normal;
font-size: 20px;
font-weight: 400;
line-height: 32px;
background: #001C71;
position: relative;
overflow: hidden;
min-height: 100vH;
margin: 0 15px;
}

p {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #001C71;
  margin: 0;
}

h2 {
  color: #001C71;
  font-family: 'Libre Baskerville', serif;
  font-size: 38px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
}

a {
  text-decoration: none;
  color: #FF5257;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.logo {
  display: block;
  width: 100%;
  float: left;
  margin: 0 auto 21%;
}

.logo img {
  width: 100%;
  height: auto;
  clear: both;
}

.footer {
  display: flex;
  flex-direction: row;
  padding: 0 40px 40px;
  align-items: center;
justify-content: space-between;
}

.footer-left {
  width: 100%;
  max-width: calc(100% - 100px);
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70px;
  width: 100%;
  text-align: center;
}

@media(max-width:1000px) {
  .container {
    max-width: 768px;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
}
}

@media(max-width:767px) {
  .container {
    max-width: 480px;
  }

  .footer {
    padding: 0 20px 20px;
  }

  h2 {
    font-size: 26px;
    line-height: 26px;
}
}

@media(max-width:480px) {
  .footer {
    padding: 0 15px 15px;
  }

  .footer-left {
    max-width: calc(100% - 70px);
  }

.footer-right {
  max-width: 60px;
}

  .footer-right img {
    max-width: 45px;
    width: 100%;
  }

  h2 {
    font-size: 22px;
    line-height: 22px;
}

  p {
    font-size: 10px;
    line-height: 12px;
  }
}
