.cta-button {
    background-color: #007bff;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.cta-button:hover {
    background-color: #0056b3;
}
.section-title {
    color: #007bff;
    margin-bottom: 30px;
}
.card-body ul {
    list-style-type: none;
    padding-left: 0;
}
.card-body ul li {
    margin-bottom: 10px;
}
.cta-container {
    margin-top: 30px;
    text-align: center;
}
.card-header {
    font-weight: bold;
}
.card-body {
    font-size: 1rem;
    line-height: 1.5;
}