.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}
.news-wrapper > .box {
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.05);
  width: calc(25% - 15px);
  margin-left: 15px;
  margin-top: 15px;
  align-self: stretch;
}
.news-wrapper > .box .actions {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .news-wrapper > .box .actions {
    text-align: center;
  }
}
.news-wrapper > .box .actions .button {
  background: #fff;
  color: #000;
  display: inline;
  padding: 5px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  border-color: #ddd;
}
.news-wrapper > .box .actions .button:hover {
  border-color: inherit;
}
@media screen and (max-width: 480px) {
  .news-wrapper > .box .box-wrapper .description p {
    text-align: left;
  }
}

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