.branding {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 8px;
  color: #667075;
}
.branding.center {
  text-align: center;
}
.branding.plan {
  color: #ffffff;
}
.branding a {
  text-decoration: underline;
  color: #667075;
}
.branding.plan a {
  color: #ffffff;
  text-decoration: underline;
}
.branding.douga-media {
  color: #707070;
}
.branding.dataportal {
  color: #667075;
}
@media (max-width: 767px) {
  .branding {
    text-align: center;
    margin-top: 16px;
    a {
      color: #844723;
      text-decoration: none;
    }
  }
}