.konzultace-audit .teaser {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.konzultace-audit .teaser svg {
  display: none;
}

@media screen and (min-width: 650px) {
  .konzultace-audit .teaser svg {
    display: block;
    flex: 0 1 25%;
    color: var(--color-8);
    margin: 0 2rem 0 0;
    padding: 0;
    position: relative;
    top: -1.5rem;
  }

  .konzultace-audit .teaser strong {
    flex: 0 1 73%;
    display: inline-block;
  }

}

