.wrapper-pressRelease-cl {
    padding: 80px 64px;
}

.wrapper-pressRelease-cl a.primary-btn {
    margin-bottom: 40px;
}

.cl-pressRelease-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.cl-pressRelease-list li:not(.item-border-grey) {
    flex: 20%;
    display: inline-flex;
    flex-direction: column;
    padding-inline: 32px;
}

.cl-pressRelease-list li:first-child {
    padding-left: 0 !important;
}

.cl-pressRelease-list li:last-child {
    border-right: none;
}

.cl-pressRelease-list li a {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.cl-pressRelease-list li h6 {
    margin-bottom: 0;
}

.cl-pressRelease-list li .eyebrow-text {
    color: #8386A0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
}

.wrapper-pressRelease-cl a.primary-btn svg path {
    fill: currentColor;
}


.cl-pressRelease-list li.item-border-grey:last-child {
    display: none;
}

ul.cl-pressRelease-list li.item-border-grey {
    flex: 0 0 1px;
    background-color: #3C3E4E;
    /* margin-right: 32px; */
}

li.item-border-grey:last-child {
    display: none;
}
.wrapper-pressRelease-cl div.curatedpress, .wrapper-pressRelease-cl ul.latestpress {
  display: none;
}
/** Fix for Accessibility **/
.wrapper-pressRelease-cl a.primary-btn:focus-visible svg path {
  fill: #fff;
}
.cl-pressRelease-list li a:focus-visible {
  outline: 2px solid;
  outline-offset: 4px;
}
/** Fix for Accessibility **/
@media (min-width: 1025px) {

    .wrapper-pressRelease-cl a.primary-btn:not(.dark):hover svg path {
        fill: #fff;
    }

    .cl-pressRelease-list li:not(.item-border-grey){
      max-width: 415.33px;
    }

    /* .cl-pressRelease-list li:not(.item-border-grey) {
        padding-right: 32px;
        padding-left: 32px;
    } */

}

@media (min-width:1025px) and (max-width:1440px) {
    .wrapper-pressRelease-cl .max-width {
        max-width: 1312px;
    }
}

@media (min-width:1200px){
  .cl-pressRelease-list li:not(.item-border-grey) {
    padding-inline: 0;
    padding-right: 32px;
  }
  ul.cl-pressRelease-list li.item-border-grey{
    margin-right: 32px;
  }
}


@media (max-width: 1024px){
    .wrapper-pressRelease-cl{
      padding-block: 64px;
    }
    .wrapper-pressRelease-cl .max-width{
        max-width: 100%;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px){
      .wrapper-pressRelease-cl{
          padding-inline: 32px;
      }

    .cl-pressRelease-list li:not(.item-border-grey){
      max-width: 300px;
    }
  }
  @media (max-width: 767px){
      .wrapper-pressRelease-cl a.primary-btn {
          margin-bottom: 36px;
      }
      .wrapper-pressRelease-cl{
          padding-inline: 16px;
      }
      .cl-pressRelease-list{
          flex-direction: column;
      }
      .cl-pressRelease-list li:not(.item-border-grey) {
          padding-top: 48px;
          padding-bottom: 48px;
          border-right: none;
          /*border-bottom: 1px solid #D9DAE2;*/
          padding-inline: 0;
      }
      .cl-pressRelease-list li:first-child {
          padding-top: 0;
      }
      .cl-pressRelease-list li:last-child,
      .cl-pressRelease-list li:nth-last-child(2), .wrapper-pressRelease-cl .cl-pressRelease-list li:nth-child(n+4){
          border-bottom: none;
          padding-bottom: 0;
      }
      .wrapper-pressRelease-cl .cl-pressRelease-list li:nth-child(n+6){
        display: none;
      }
  }
