.text-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.text-box p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.text-box .title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
}