.twoColumns{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}.twoColumns__columnOuter{width: 100%}@media (min-width: 48em){.twoColumns__columnOuter{width: 30%}}.twoColumns__columnOuter--big{width: 100%}@media (min-width: 48em){.twoColumns__columnOuter--big{width: 50%;margin-right: 5%}}.twoColumns__column{height: 100%}.twoColumns__imageOuter{position: relative;overflow: hidden;width: 100%;height: 100%;border-left: 2rem solid #fa2f13;-webkit-transform: skew(-10deg);transform: skew(-10deg)}.twoColumns__image{position: absolute;background-size: cover;background-repeat: no-repeat;background-position: center center;width: 120%;height: 100%;-webkit-transform: skew(10deg);transform: skew(10deg);left: -10%}.twoColumns__button{margin-top: 2rem}