/* Header article */
.carousel-indicators {
  right: unset;
  margin: 0px;
  flex-direction: column;
  top: 0px;
}

.carousel-indicators [data-bs-target] {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 50%;
  margin-left: 30px;
  border: 2px solid transparent;
}

.header-article {
  position: relative;
}

.header-article .article-content {
  position: absolute;
  font-family: Inter;
  top: 50px;
  left: 50px;
}

.header-article img {
  width: 100%;
  max-height: 642px;
}

.header-article .left-section {
  color: white;
  max-width: 537px;
}

.header-article .left-section h1 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-family: Inter;
  line-height: 80px;
  font-size: 85px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header-article .left-section p {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
}

.carousel-indicators button {
  position: relative;
}

.carousel-indicators button div {
  background: #d9d9d9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-indicators .active {
  background-color: transparent;
  border: 2px solid #3eb049;
}

.carousel-indicators .active div {
  background: #3eb049;
  margin-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: 65px;
    font-size: 67px;
    text-shadow: 1px 3px 3px rgba(0,0,0,0.5);
  }

  .header-article .left-section {
    max-width: 480px;
  }
}