.prime-chsf {
    padding: 120px 0px;
    color: white !important;
    background-color: var(--primary-color);
}

.chsf-hed {
    font-size: 30px;
    text-align: center;
    text-align: -webkit-center;
    font-weight: 500;
}

.pmc-prjip {
    font-size: 17px;
    margin-top: 30px;
    max-width: 640px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dtap-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dtap-cta button {
    padding: 9px 20px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    background: #fff;
    color: #000;
    border: #fff solid 2px;
    cursor: pointer;
}

.dtap-cta button:hover {
    background: linear-gradient(131deg, #3f95ff 5%, #2755f6 95%);
    border-color: #3f95ff;
    color: #fff;
}