.salesforce-contsec {
    padding: 0 70px 140px;
}

.switch-banner {
    max-width: 960px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 2;
    transform: translateY(-50%);
    background: #d3e5ff;
    border-radius: 60px;
    padding: 24px 30px 24px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
}

.switch-banner-txt {
    text-align: left;
}

.switch-banner-txt strong {
    font: 20px/1.3 var(--zf-primary-semibold);
    color: #111;
    display: block;
    margin-bottom: 4px;
}

.switch-banner-txt p {
    font: 18px/1.5 var(--zf-primary-regular);
    color: #000;
    margin: 0;
}

.switch-banner-btn {
    font: 16px/1.5 var(--zf-primary-semibold);
    color: #0067ff;
    background: #fff;
    border: 2px solid #0067ff;
    border-radius: 40px;
    padding: 10px 28px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.switch-banner-btn:hover {
    background: #0061ff;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .need-lft-sec, .need-rht-sec p {
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .salesforce-contsec {
            padding: 0px 0 70px;
}
    .switch-banner {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 0;
        padding: 24px 30px;
        margin: 0 auto 0;
        transform: translateY(0%);
    }
    .switch-banner-txt {
        text-align: center;
    }
        .salesforce-need {
        padding: 70px 25px 0;
        }
}