body {
  font-family: 'A1 Gothic R';
}

#information li .info_desc, #information_free li .info_desc {
  max-width: 85%;
}

#information, #information_free {
  padding-top: 4.5em;
}

#tw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

#tw .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  max-width: calc((100% - 60px) / 2) !important;
}

@media (max-width: 640px) {
  #tw .twitter-tweet {
    max-width: 90% !important;
  }
}

@media (min-width: 641px) {
  #information li .info_desc, #information_free li .info_desc {
    max-width: 85%;
  }
}
