.cta-wrapper-627b1439 {
    background-color: #f9f9f9;
    padding: 60px 40px;
    text-align: center;
    border-radius: 12px;
    border-top: 4px solid #6EC1E4; /* Light blue primary */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.cta-title-627b1439 {
    color: #54595F; /* Target Avenue Secondary */
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.cta-description-627b1439 {
    color: #7A7A7A; /* Target Avenue Text */
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.cta-button-627b1439 {
    display: inline-block;
    background-color: #6EC1E4; /* Target Avenue Primary */
    color: #ffffff !important; /* White text explicitly */
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button-627b1439:hover {
    background-color: #4ab1da; /* Slightly darker light blue on hover */
    color: #ffffff !important;
    transform: translateY(-2px);
}