.benefits-list {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  color: #fff;
  background: #1e2d34;
  font: 16px/1.5 "Helvetica Neue", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #fff;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #fff; }

input,
textarea,
select,
button {
  font: 100% "Helvetica Neue", sans-serif;
  color: #E2DACB;
  vertical-align: middle;
  outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  outline: none; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
  color: #fff; }

p {
  margin: 0 0 24px; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  padding: 22px 0 30px; }
  .benefits-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 0 0 50%;
    padding: 0 25px;
    margin: 0 0 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .benefits-list__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin: 0 35px 0 2px; }
    .benefits-list__image img {
      max-width: 100%;
      height: auto;
      width: auto;
      display: block; }
  .benefits-list__text-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 13px 10px 0 0; }
  .benefits-list h2 {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 14px; }
  .benefits-list__separator {
    display: block;
    background: url(../images/benefits/circle.svg) no-repeat 0 0/42px 11px;
    width: 42px;
    height: 11px;
    margin: 0 0 18px; }
  .benefits-list p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; }
  @media all and (max-width: 767px) {
    .benefits-list__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .benefits-list__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .benefits-list__text-box {
      padding-top: 0; }
    .benefits-list h2 {
      font-size: 16px; } }
/*# sourceMappingURL=custom.css.map */