one-tab-header {
  display: block;
  width: 100%;
  min-height: 135px;
  margin: 0 auto;
}

werty-header {
  display: block;
  width: 100%;
  min-height: 75px;
  margin: 0 auto 1.75rem;
}

@media (max-width: 650px) {
  one-tab-header {
    min-height: 151px;
  }

  werty-header {
    min-height: 142px;
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 413px) {
  one-tab-header {
    min-height: 141px;
  }

  werty-header {
    min-height: 132px;
    margin-bottom: 2.5rem;
  }
}
