#cta-footer {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #07182e
}

#cta-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 70%;
}

.cta-h2 {
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    width: 80%;
}

.cta-button {
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(255, 216, 162, 1) 0%, rgba(255, 171, 77, 1) 100%);
    padding: 10px 35px;
    color: #1A1008;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid bisque;
    width: 300px;
}