/* components/block-view/src/scss/block-view.scss */
.c-block-view {
  overflow-x: clip;
}
.c-block-view__inner {
  position: relative;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .c-block-view__inner {
    padding-bottom: 0;
  }
}
.c-block-view__top {
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .c-block-view__top {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-block-view__title {
  max-width: calc(100% - 5.3125rem);
}
@media (min-width: 768px) {
  .c-block-view__title {
    max-width: unset;
  }
}
.c-block-view__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-block-view__link {
    -webkit-transform: unset;
    transform: unset;
    position: unset;
  }
}
/*# sourceMappingURL=block-view.css.map */
