.text-container h6 {
    font-size: 1.6rem;
    color: #333;
}

.text-container p {
    font-size: 1.3rem;
    color: #666;
}

.text-container ul {
    padding-left: 0;
}

.text-container ul li {
    font-size: 1.1rem;
}

.text-container ul li::before {
    content: '• ';
    color: #007bff;
    font-weight: bold;
}
