.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.press-item-list {
  max-width: 1080px;
  margin: 0 auto;
}
.press-item-list .row .press-item:first-of-type {
  border-top: 1px solid #cac8c8;
  padding-top: 2em;
}
.press-item {
  border-bottom: 1px solid #cac8c8;
  margin-left: 10px;
  margin-right: 10px;
}
.press-item span {
  color: #999;
}
.press-item p a:hover {
  color: primary-color;
}
.press-item .featured-products a {
  color: #735e73;
}
@media only screen and (min-width: 560px) {
  .press-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .press-item {
    margin-left: 50px;
    margin-right: 50px;
  }
}
