
p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #374151;
    font-size: 1.125rem; 
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}
=======

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #117495; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0e5f79; 
}


.tab-content {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

p {
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #374151;
    font-size: 1.125rem; /* 18px */
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
    text-indent: 0;
    padding: 0;
}


h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    text-indent: 0;
}


.tab-content p {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}


@media (max-width: 768px) {
    p {
        font-size: 1rem;
        line-height: 1.7;
        text-indent: 0;
        padding: 0;
    }
}
