.content-section {
  padding: 40px 7vw;
}

.content-section .content {
  margin-top: 2rem;
}

.content-section h1, h2, h3, h4, h5, h6 {
  font-family: Rubik;
}

.content-section h1 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
}

.content-section h2 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
}

.content-section h3 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin: 0;
}

.content-section li {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--styx-text-color-1);
}

.content-section a {
    color: var(--styx-text-color-1);
}

.read-also {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    margin: 0 !important;
}
/* ============== MEDIA QUERIES ============== */
/* Mobile Approach */
@media (hover: none) and (pointer: coarse) {
body > section:first-of-type {
  padding: 70px 5vw;
}

.content-section .content {
    overflow-wrap: break-word;
    hyphens: auto;
}

.content-section h1 {
  font-size: 2.2rem !important;
}

.content-section h2 {
  font-size: 2.2rem !important;
}

.content-section h3 {
  font-size: 1.4rem;
}
}
/* Tablet Approach */
@media (min-width: 641px) and (hover: none) and (pointer: coarse) {
    
}
/* Desktop Approach */
@media (min-width: 1024px) and (pointer: fine) {

}