#homepage #second-section .intro-text {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

#homepage #second-section .intro-heading {
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1.4;
  max-width: 900px;
}

#homepage #second-section .custom-divider {
  max-width: 600px;
}

#homepage #second-section .divider-line {
  height: 1px;
  background-color: var(--color-primary);
  opacity: 0.4;
}

#homepage #second-section .divider-icon {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #homepage #second-section .intro-text {
    font-size: 1rem;
  }
  #homepage #second-section .intro-heading {
    font-size: 1.5rem;
  }
  #homepage #second-section .custom-divider {
    max-width: 80%;
  }
}
