.call-to-action {
    background-color: #000;
}

.cta-heading p {
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    font-style: italic;
}

.request-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-started {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 17px 36px 16px;
    color: #fff;
    border-radius: 5px;
    background: #745eff;
    display: inline-block;
}

.btn-started:hover {
    color: #fff;
    background-color: #FF977B;
}