.t-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.t-paragraphs .t-paragraphs--item-with-media .t-paragraphs--item--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .t-paragraphs .t-paragraphs--item-with-media .t-paragraphs--item--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.t-paragraphs .t-paragraphs--item-with-media .t-paragraphs--item--wrapper .t-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.t-paragraphs .t-paragraphs--item-with-media .t-paragraphs--item--wrapper .t-text .t-title {
  max-width: 80%;
}
@media screen and (max-width: 500px) {
  .t-paragraphs .t-paragraphs--item-with-media .t-paragraphs--item--wrapper .t-text .t-title {
    max-width: unset;
  }
}
@media screen and (max-width: 500px) {
  .t-paragraphs .t-paragraphs--item-with-media .t-paragraphs--item--wrapper #mapItinary {
    min-height: 150px;
  }
}

/*# sourceMappingURL=paragraph.css.map */
