/*.widget_posts_2cols*/

.ds{
  .widget_posts_2cols{
    h5{
      background-color: $darkgreyColor;
    }
  }
}

.widget_posts_2cols {
  ul {
    display: flex;
    flex-wrap: wrap;
  }
  li {
    width: 50%;
    margin-top: 20px;
    &:nth-child(even) {
      padding-left: 10px;
    }
    &:nth-child(odd) {
      padding-right: 10px;
    }
    //nom top margin for first two posts
    &:nth-child(1),
    &:nth-child(2) {
      margin-top: 0;
    }
  }
  h5 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 5px;
    margin: 0;
    text-align: center;
    color: $darkgreyColor;
    background-color: $greyColor;
  }
}
