
.about-tab-content {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

