.sub-sec-header-wrp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #212121;
  gap: 20px;

  .sub-sec-title-wrp {
    font-size: 18px;
    font-weight: 700;
    color: #BC1A1E;
    text-transform: capitalize;
  }

  .button-wrp {
    a {
      color: #212121;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
    }
  }
}

.news-section {
  margin-top: 20px;
}

.news-card-container {
  margin-top: 20px;
}

.latest-news-wrp {
  @media(max-width: 992px) {
    display: none;
  }
}