﻿.title_block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.title_block-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666666;
  font-size: .6em;
  color: #ffffff;
  padding: 0 10px;
  line-height: 1;
  min-height: 2em;
  min-width: 10em;
}
@media screen and (max-width: 767px) {
  .title_block {
    flex-direction: column;
    align-items: baseline;
  }
}