.aw-single-header {
  position: relative;
  height: 275px; }
  @media all and (min-width: 700px) and (max-width: 999px) {
    .aw-single-header {
      height: 375px; } }
  @media all and (min-width: 1000px) and (max-width: 1365px) {
    .aw-single-header {
      height: 375px; } }
  @media all and (min-width: 1366px) {
    .aw-single-header {
      height: 440px; } }
  .aw-single-header ._content-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .aw-single-header ._content h1 {
    margin-top: 20px; }
  .aw-single-header ._content h2 {
    margin: 0; }
  .aw-single-header ._content p._preview {
    display: none;
    margin: 0;
    margin-top: 20px; }
    @media all and (min-width: 1366px) {
      .aw-single-header ._content p._preview {
        display: block; } }
  .aw-single-header ._link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
