h1,
h2 {
  text-transform: none;
}
.clearfix,
.clearfix * {
  box-sizing: initial;
}
html {
  background-color: transparent;
}

.upper-description-bar {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 12px;
}

.upper-description-bar h1 {
  color: #374957;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  text-transform: none;
  background-color: transparent;
  margin: 0;
}

.upper-description-bar .h1-short-desc {
  max-width: 980px;
  margin: 10px auto 0;
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(55, 73, 87, 0.8);
}

@media (min-width: 1300px) {
  .upper-description-bar {
    padding-top: 90px;
  }
}

@media (max-width: 768px) {
  .upper-description-bar .h1-short-desc {
    font-size: 13px;
    margin-top: 8px;
  }
}
