#featpost-1 {
  margin-top: 30px;
  margin-bottom: 30px;
  .wrapper {
    background: @accent;
    padding: 0;
    .thumbnail-image {
      padding: 0;
    }
    .text-content {
      padding: 20px 10px;
      font-size: 20px;
      a {
        color: white;
      }
    }
  }
}