.paragraph--shortcut {
  border-radius: 8px;
  grid: auto 1fr / none;
  padding: 0;
  transition: transform .4s cubic-bezier(0, 0, .2, 1);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #0000000d;
}

@media (width >= 600px) {
  .paragraph--shortcut:hover {
    transform: translateY(-5px);
  }
}

.paragraph--shortcut .paragraph__body {
  flex-flow: column;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.paragraph--shortcut .field--shortcut-text {
  margin-bottom: auto;
}

.paragraph--shortcut .field--shortcut-text h2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

@media (width <= 599.98px) {
  .paragraph--shortcut .field--shortcut-text h2 {
    font-size: 18px;
  }
}

.paragraph--shortcut .field--shortcut-text p {
  margin-top: 5px;
}

.paragraph--shortcut .paragraph__cta {
  color: #0170f7;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph--shortcut .paragraph__cta [class^="fa"] {
  margin-left: 5px;
}

.paragraph--shortcut .field--shortcut-link a {
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
/*# sourceMappingURL=paragraph--shortcut.css.map */
