/**
 * BASE
*/
@media (min-width: 1024px) {
  .c-cta.large-2-4 {
    width: 20%;
  }
}

/**
 * CTA--LAYOUT-IMAGE-LEFT
*/
.c-cta-grid--align-left {
  text-align: left;
}

.c-cta-grid--align-centre {
  text-align: center;
}

.c-cta-grid--align-right {
  text-align: right;
}

.c-cta-grid__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -24px;
  margin-right: -24px;
}

.c-cta-grid__grid .c-cta__content {
  margin: 8px 0;
}

@media (min-width: 1024px) {
  .c-cta-grid__grid .c-cta__content {
    margin: 0 24px;
  }
}

.c-cta-grid__grid .c-cta__text:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .c-cta-grid__grid .c-cta__text:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.c-cta-grid__grid .c-cta__inner .crop, .c-cta-grid__grid .c-cta__inner.crop,
.c-cta-grid__grid .c-cta--layout-breaker .c-cta__background .crop,
.c-cta-grid__grid .c-cta--layout-breaker .c-cta__background.crop {
  padding-bottom: 100%;
  position: relative;
}

.c-cta-grid__grid .c-cta__inner .crop .c-cta__image, .c-cta-grid__grid .c-cta__inner.crop .c-cta__image,
.c-cta-grid__grid .c-cta--layout-breaker .c-cta__background .crop .c-cta__image,
.c-cta-grid__grid .c-cta--layout-breaker .c-cta__background.crop .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
