.cta-banner {
    background-color: #0a3148;
    color: #f4f4f4;
    margin: 80px 0;
}

.cta-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-banner h3 {
    font-size: 1.8rem;
}

.cta-buttons a {
    margin-left: 15px;
}