.stafe-blocks-push {
  margin: 1.75rem 0;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .stafe-blocks-push {
    margin: 3.5rem 0;
  }
}
.stafe-blocks-push .push-block_container {
  border-radius: 1.5rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .stafe-blocks-push .push-block_container {
    padding: 3rem;
  }
}
.stafe-blocks-push .push-block_container > * {
  position: relative;
  z-index: 2;
}
.stafe-blocks-push .push-block_container.push-container-large {
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .stafe-blocks-push .push-block_container.push-container-large {
    padding: 4rem;
  }
}
.stafe-blocks-push .push-block_container.push-container-large .push_content {
  text-align: center;
}
.stafe-blocks-push .push-block_container.push-container-large .push_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .stafe-blocks-push .push-block_container.push-container-large .push_cta {
    margin-top: 3.5rem;
  }
}
.stafe-blocks-push .push-block_container.push-container-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 2rem !important;
}
@media (min-width: 992px) {
  .stafe-blocks-push .push-block_container.push-container-sm {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .stafe-blocks-push .push-block_container.push-container-sm.push-container-sm-img {
    padding: 3rem !important;
  }
}
@media (min-width: 992px) {
  .stafe-blocks-push .push-block_container.push-container-sm.push-container-sm-img {
    justify-content: space-between;
  }
}
.stafe-blocks-push .push-block_container.push-container-sm .push_content {
  text-align: center;
}
@media (min-width: 992px) {
  .stafe-blocks-push .push-block_container.push-container-sm .push_content {
    text-align: left;
  }
}
.stafe-blocks-push .push-block_container.push-container-sm .push_content > * {
  margin-bottom: 0;
}
.stafe-blocks-push .push-block_container.push-container-sm .push_img img {
  max-width: 15rem;
}
.stafe-blocks-push .push-block_container.push-container-sm .push_cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .stafe-blocks-push .push-block_container.push-container-sm .push_cta {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

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