.main_wrapper {
  font-family: 'Open Sans', sans-serif; }

.top_content {
  background-color: #f5f5f5; }

.main_content {
  font-size: 14px; }
  .main_content h1 {
    text-align: center; }
  .main_content p {
    padding: 10px 0; }
  .main_content .mini_p {
    padding-left: 30px; }

.header {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.tv-guru {
  display: inline-block;
  width: 227px;
  height: 73px;
  background-image: url(../img/tv-guru.png);
  background-repeat: no-repeat;
  background-position: center; }

.converter {
  display: inline-block;
  width: 239px;
  height: 30px;
  background-image: url(../img/converter.png);
  background-repeat: no-repeat;
  background-position: center; }

.music-guru {
  display: inline-block;
  width: 165px;
  height: 65px;
  background-image: url(../img/music-guru.png);
  background-repeat: no-repeat;
  background-position: center; }

.links_box {
  text-align: right; }
  .links_box ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px; }
    .links_box ul li:before {
      display: block;
      content: "";
      position: absolute;
      width: 1px;
      height: 18px;
      top: 0;
      bottom: 0;
      right: -12px;
      margin: auto;
      background-color: #000; }
    .links_box ul li:last-child {
      margin-right: 0; }
      .links_box ul li:last-child:before {
        display: none; }
    .links_box ul li a {
      color: #000;
      text-decoration: none; }
      .links_box ul li a:hover {
        text-decoration: none; }

.main_info {
  margin-bottom: 50px; }
