.territory-info {
  display: flex;
  gap: 2em;
}
.territory-info svg {
  width: 2em;
  height: 2em;
}
.territory-info h1,
.territory-info h2,
.territory-info h3,
.territory-info .title {
  flex: 0 0 auto;
  display: flex;
  gap: 2em;
  font-size: 1.8em;
  font-weight: bold;
}
.territory-info .text {
  flex: 1 1 auto;
  display: flex;
  gap: 2em;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .territory-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .territory-info svg {
    width: 1.3em;
    height: 1.3em;
  }
}
