/* Content section */
.page-content {
    text-align: center;
    margin-top: 5%;
}

.page-content h3 {
    font-size: 1.875rem;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.page-content p {
    font-size: 1.125rem;
    color: #555555;
    text-align: left;
    line-height: 1.6;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
