@charset "utf-8";

.cssskin-header .column:first-child {
  width: 33% !important;
  padding-top: 30px;
}

.cssskin-header .column:first-child + * {
  width: 67% !important;
  font-size: 24px;
  line-height: 1.0;
  padding-top: 60px;
}

@media (max-width: 641px) {
.cssskin-header .column:first-child {
  width: 42% !important;
  margin-top: 10px;
}

.cssskin-header .column:first-child + * {
  width: 58% !important;
  font-size: 14px;
  line-height: 1.0;
  margin-top: 0px;
}

}
