.circo-brush-header {
  overflow: hidden;
}
.circo-brush-header img {
  display: none;
}
.circo-brush-header .circo-brush-header-wrapper {
  display: flex;
  align-items: center;
  padding: 0 25px;
  min-height: 100vh;
}
.circo-brush-header .circo-brush-header-wrapper h1 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .circo-brush-header {
    position: relative;
    height: 50vh;
    max-height: 500px;
    margin-bottom: 50px;
  }
  .circo-brush-header img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 44vw;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .circo-brush-header .circo-brush-header-wrapper {
    width: var(--size-site);
    margin: 0 auto;
    min-height: unset;
    height: 100%;
    align-items: flex-end;
  }
  .circo-brush-header .circo-brush-header-wrapper h1 {
    font-size: 70px;
    line-height: 90px;
    z-index: 10;
  }
}
