body {
    font-size: 16px;
}
.about_wrapper {
    display: block;
    margin: 0 auto;
    width: 975px;
    padding: 12px 0;
}
.about_wrapper .mobile_logo {
    height: 26px;
    color: #8e8e8e;
    font-size: 1.2em;
    line-height: 26px;
    padding: 10px;
}
.about_wrapper .mobile_logo a img {
    float: left;
    border: none;
    margin-right: 16px;
}
.about_wrapper .back_to_kadaza {
    float: right;
    color: #004bc8;
    font-size: 0.6em;
}
.about_wrapper .back_to_kadaza a,
.about_wrapper .back_to_kadaza a:link,
.about_wrapper .back_to_kadaza a:visited {
    color: #004bc8;
    text-decoration: none;
}
.about_wrapper .back_to_kadaza a:hover {
    color: red;
}

#goto_block_wrapper {
  width: 100%;
  height: 190px;
  padding: 19px 0;
  background-color: #e0ecf8;
}
#goto_block {
  margin: 0 auto;
  width: 975px;
  height: 190px;
  position: relative;
}
#goto_block .blue_block {
    text-align: center;
    position: absolute;
    background-color: #0061c8;
    color: white;
    left: 65px;
    top: 0px;
    width: 300px;
    height: 190px;
}
#goto_block .blue_block h3 {
    font-weight: normal;
    margin-top: 50px;
}
#goto_block .blue_block h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
}
#goto_block .now_on_mobile {
    position: absolute;
    left: 420px;
    top: 10px;
}

#explanation_block {
    font-size: 0.9em;
    width: 975px;
    height: 720px;
    position: relative;
}

#explanation_block img.phone {
  border: none;
  left: -100px;
  position: absolute;
}

#explanation_block #iphone {
  position: absolute;
  top: 20px;
  left: 150px;
  width: 800px;
}

#explanation_block #blackberry {
  position: absolute;
  top: 220px;
  left: 150px;
  width: 800px;
}

#explanation_block #misc {
  position: absolute;
  top: 420px;
  left: 150px;
  width: 800px;
}

#about_footer {
  font-size: 0.8em;
  text-align: center;
  margin: 10px auto 0 auto;
  border-top: 1px solid #cecece;
  padding: 18px 0;
}

#about_footer a,
#about_footer a:link,
#about_footer a:visited {
    color: #124EBC;
    margin-left: 10px;
    text-decoration: none;
}
#about_footer a:hover {
    color: red;
    text-decoration: none;
}

/* new */

body.mobile_about_pages header {
    height: 124px;
    border-bottom: 2px solid #3C71C5;
}
body.mobile_about_pages header > .container {
    max-width: 978px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.mobile_about_pages header > .container .logo {
    flex: 1;
}
body.mobile_about_pages header > .container .social-icons {
    flex: 1;
    text-align: right;
}

body.mobile_about_pages > .about-page-content {
    max-width: 978px;
    margin-top: 15px;
    margin-bottom: 30px;
}

body.mobile_about_pages #cookieNotice {
    font-size: 14.4px;
}