.about-header {
    padding-top: 80px; 
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    
    margin-bottom: 0; 
    margin-top: 0;
    line-height: 1.1;
}

.subtitle-hero {
    display: block;
    font-size: 1.4rem;
    color: var(--color-text-light, #ffffff);
    font-weight: 400;
    margin-top: 5px; 
    margin-bottom: 10px; 
    line-height: 1.2;
}

.about-content {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
    
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.about-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px; 
    max-width: 800px;
}

.about-content p:last-child {
    margin-bottom: 0;
}