.section-read__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-read__container {
  width: 100%;
  height: 100%;
}

.section-read__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 79.56%,
    rgba(0, 0, 0, 0) 87.55%,
    #000000 97.53%
  ); 
}

.section-read__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-read {
  background-color: #000000;
}

.section-read__flex--1,
.section-read__flex--2,
.section-read__flex--3 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-quant__author {
  font-family: 'Times New Roman' !important; 
  font-weight: 400;
  color: #ffffff99;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}

.read__primary-secoundary {
  font-weight: 500;
  color: white;
  font-size: 4rem;
}

.section-quant__author-date {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.article h1, h2, h3, h4, h5, h6 {
  color: white;
}

.article p {
  margin-bottom: 0.8rem;
}

.article ul, ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.article li {
  color: #ffffff99;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.article img {
  height: auto;
  max-width: 60%;
  align-self: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.article li::before {
  content: url(../../assets/images/otc_arrow.svg);
  margin-right: 1.6rem;
}

.article h1 {
  font-weight: 500;
  font-size: 4rem;
}

.article h2 {
  font-size: 2.4rem;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.article h3 {
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .section-quant__author-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .article img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-read {
    height: 40vh;
  }

  .section-read__img {
    padding-top: 2rem;
  }

  .section-read {
    height: 50%;
  }

  .article img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .section-read__img {
    padding-top: 0rem;
  }

  .article img {
    max-width: 100%;
  }
}
