.background{box-sizing:border-box;padding:24px;display:block;height:100%;overflow:hidden;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}
.background.none{border-radius:0}
.background.large{padding:40px}
.background.orange{background:var(--surface-brandHigh)}
.background.peach{background:var(--surface-brandLow)}
.background.apricot{background:var(--surface-brandBright)}
.background.turquoise{background:var(--surface-turquiseHigh)}
.background.sky{background:var(--surface-turquiseLow)}
.background.mist{background:var(--surface-turquiseBright)}
.background.liliac{background:var(--surface-lilacHigh)}
.background.rose{background:var(--surface-lilacLow)}
.background.thistle{background:var(--surface-lilacBright)}
@media screen and (min-width:37.5em){.background{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}
}
@media screen and (min-width:56.5625em){.background.block-a{padding:40px}
}