.ServiceNote {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ddddff;
    
    .Title {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #555;
    }

    .Content {
        font-size: 1em;
        font-weight: 300;
        color: #777;
        line-height: 1.4;
    }
}