.section-title-wrapper {
  position: relative;
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  padding: 0;
}

.section-title-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: url('paginator_menu.png') repeat-x center;
  background-size: auto 3px;
  transform: translateY(-50%);
  z-index: 0;
}

/* Belka z tekstem, bez <img> */
.section-title-image {
  width: 674px;
  height: 82px;
  background: url('belka.png') no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@font-face {
  font-family: 'robotoslab';
  src: url('fonts/robotoslab.ttf') format('truetype');
}
.section-title-image span {
  font-family: 'robotoslab', sans-serif;
  font-size: 18px;
  color: #9f8363;
  font-weight: bold;
  white-space: nowrap;
  text-shadow: 1px 1px 2px #37230d;

  margin-top: -5px; 
}
