.gw-row { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; }

.gw-row.gw-row-odd { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.gw-row article { padding: 130px 110px; width: 50%; }

.gw-row article .cta a { margin-right: 20px; }

.gw-row article .description { margin: 35px 0; }

.gw-row article .description .description ul li { list-style-type: disc; margin-left: 20px; }

.gw-row aside { background-size: cover; background-position: center center; width: 50%; min-height: 500px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
