.aw-index-articles ._article {
  position: relative; }
  .aw-index-articles ._article h1, .aw-index-articles ._article h2, .aw-index-articles ._article p {
    color: #323f4d; }
  .aw-index-articles ._article h1 {
    margin-top: 0;
    margin-bottom: 8px; }
  .aw-index-articles ._article h2 {
    margin-top: 0;
    margin-bottom: 8px; }
  .aw-index-articles ._article p {
    margin-top: 8px;
    margin-bottom: 0; }
.aw-index-articles ._featured-image-container {
  position: relative;
  width: 100%;
  height: 190px;
  margin-left: 0;
  transform: rotate(0); }
  @media all and (min-width: 700px) and (max-width: 999px) {
    .aw-index-articles ._featured-image-container {
      width: 39%;
      height: 160px;
      margin-left: -20px;
      transform: rotate(-3deg); } }
  @media all and (min-width: 1000px) and (max-width: 1365px), all and (min-width: 1366px) {
    .aw-index-articles ._featured-image-container {
      width: 35%;
      height: 160px;
      margin-left: -20px;
      transform: rotate(-3deg); } }
  .aw-index-articles ._featured-image-container ._thumbnail {
    border-radius: 10px; }
.aw-index-articles ._content {
  position: relative;
  width: 100%;
  margin-top: -20px;
  margin-left: 0; }
  @media all and (min-width: 700px) and (max-width: 999px) {
    .aw-index-articles ._content {
      width: 75%;
      margin-top: -100px;
      margin-left: 25%; } }
  @media all and (min-width: 1000px) and (max-width: 1365px), all and (min-width: 1366px) {
    .aw-index-articles ._content {
      width: 75%;
      margin-top: -100px;
      margin-left: 25%; } }
.aw-index-articles ._content {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: white; }
.aw-index-articles ._link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
