#sarticle h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 300px) {
  #sarticle h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

@media (min-width: 992px) {
  #sarticle h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

#sarticle h2 {
  font-size: 32px;
  font-weight: 200;
  font-style: normal;
  line-height: normal;
}

#sarticle h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 35px;
}

#sarticle h6 {
  font-weight: 200;
}

#sarticle .paragraph {
  color: #000;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

#sarticle .preview-photo {
  object-fit: cover;
  aspect-ratio: 3/1;
  padding-top: 50px;
  width: 100%;
}

#sarticle .lightbox-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

#sarticle .container {
  max-width: 1000px;
}

