.cta-content .btn {
    background: #264653;
    color: white;
    font-size: 1.1rem;
    padding: 15px 30px;
} 

.cta-content .btn:hover {
    background: #f8f9fa;
    color: #264653;
    transform: translateY(-3px);
}
.cta-content .btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}