.left {
  float: left;
  width: 48%;
}

.right {
  float: left;
  width: 48%;
  margin-left: 4%;
}

hr.style-one {
  border: none;
  background-color: #e7e7e7;
  height: 1px;
  width: auto;
  margin-top: 33px;
}

.last {
  padding-bottom: 48px;
}

.main ul {
  list-style-image: url(/assets/img/press/list_x.png);
}

.main li {
  font-weight: 600;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .main h4 {
    margin-top: 15px;
  }

  .main a {
    font-size: 0.857em;
  }

  .left, .right {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: 380px;
  }

  .presslogos, .pressscreenshot {
    width: 100%;
    max-width: 380px;
  }
}

/*# sourceMappingURL=press.css.map */
