*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
}

p {
  font-size: 16px;
}

h2 {
  font-size: 28px;
}

.rm {
  width: 100%;
}

.rm__row {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}

.rm__one-col {
  width: 100%;
}

.rm__two-col {
  width: 50%;
}

.rm__three-col {
  width: 100%;
}

.rm__four-col {
  width: 25%;
}

.rm__four-col, .rm__one-col, .rm__three-col, .rm__two-col {
  padding: 55px 10px;
  float: left;
}

.rm__four-col img, .rm__one-col img, .rm__three-col img, .rm__two-col img {
  max-width: 100%;
}

.rm--center-aligned {
  left: 0;
  right: 0;
  margin: 10px auto;
  text-align: center;
}

@media (min-width: 768px) {
  .rm__four-col, .rm__three-col, .rm__two-col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .rm__four-col, .rm__three-col, .rm__two-col {
    width: 33.333333%;
  }
}

/* Clearfix */

.rm::after,
.rm__row::after {
  content: "";
  clear: both;
  display: table;
}