.paragraph.paragraph--type--sideways-tab {
  position: relative;
  transition: 500ms cubic-bezier(0.5, 1, 0.89, 1);
  text-decoration: none;
}
.paragraph.paragraph--type--sideways-tab .icon-wrapper {
  font-size: 42px;
  margin-bottom: 10px;
  color: var(--dark-blue);
}
.paragraph.paragraph--type--sideways-tab .paragraph__title h3 {
  font-weight: 500;
  color: var(--dark-blue);
  font-size: 2.25rem;
  line-height: 2.813rem;
  width: 100%;
  margin-bottom: 25px;
}
.paragraph.paragraph--type--sideways-tab .body-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.paragraph.paragraph--type--sideways-tab .body-wrapper:before {
  content: "";
  display: block;
  background: var(--cfont);
  position: absolute;
  height: 60px;
  width: 1px;
  left: 4px;
  top: 8px;
}/*# sourceMappingURL=paragraph--sideways-tab.css.map */