.container6 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px;
}
header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
h1 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}
h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 2px;
}
.subtitle2 {
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #535353;
    max-width: 800px;
    margin: 0 auto;
}