/**
 * @file
 * Push styles
 * Use in templates\paragraph\paragraph--push.html.twig
 */

.push {
  background-color: var(--color-primary--5);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  margin: 1.5rem 0;
  height: 100%;
  justify-content: center;
}
.push__text {
  margin: 1.5rem 0 1rem;
  text-align: center;
}
.push p {
  font-size: var(--heading-size-small);
  font-weight: 700;
  margin: 0;
}
