.custom-cta-box {
    background-color: #e20613;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
    color: white;
}
.custom-cta-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.custom-cta-box p {
    font-size: 16px;
    margin-bottom: 15px;
}
.custom-cta-box .cta-button {
    display: inline-block;
    background: white;
    color: #e20613;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}
.custom-cta-box .cta-button:hover {
    background: #f5f5f5;
}