.header-article {
  position: relative;
  height: auto;
}

.header-article .article-content {
 /* position: absolute;
  font-family: Inter;
  top: 200px; */
}

.color-overlay {
    background-color: rgba(0, 0, 0, 0.2)
}

.header-article img {
  width: 100%;
  height: 100%;
}

    .header-article .left-section {
        color: white;
        /* margin-left: 172px; */
    }

.header-article .left-section h3 {
  /* font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  font-family: Inter; */
  margin-bottom: 44px;
  max-width: 586px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header-article .left-section span {
    /* font-size: 14px;
    font-family: Inter;
font-weight: 700;
line-height: 20px; */
    border-bottom: 2px solid white;
    cursor: pointer;
    padding-bottom: 8px;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  /* .header-article .left-section h1 {
    line-height: 48px;
    font-size: 56px;
  } */

  /* .header-article .left-section {
    max-width: 320px;
  } */
}

@media (min-width: 1199.98px) {
  /* .header-article .left-section h1 {
    line-height: 62px;
    font-size: 76px;
  } */

  /* .header-article .left-section {
    max-width: 880px;
  } */

    .header-article {
        max-height: 600px;
    }
}

@media (max-width: 1199.98px) {
    .header-article.not-hero {
        background-image: none !important;
        background-color: white;

    }

    .header-article.not-hero .article-content {
        background-color: #1D4288;
    }
}