.tc-31f44fe0-container {
    padding: 40px;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center;
}
.tc-31f44fe0-title {
    margin-top: 0;
    margin-bottom: 15px;
}
.tc-31f44fe0-desc {
    margin-bottom: 25px;
}
.tc-31f44fe0-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #6EC1E4;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 600;
}
.tc-31f44fe0-btn:hover {
    background-color: #54595F;
    color: #ffffff;
}