.append-button-header-leads{
    background: linear-gradient(90deg, #0F206C, #1241FF); 
    border-color: #1241FF; 
    border-radius: 5px;
    margin-top: 35px
}
.append-profie-lead{
    height: 200px;
}


@media (max-width: 820px) {
    .append-button-header-leads{
        margin-top: 0px;
        margin: 0 auto;
    }
    .append-profie-lead{
        height: 150px;
        padding-top: 20px;
    }
    .appendFollowup{
        margin-top: 10px;
    }
    .appendSegLead{
         margin-top: 10px;
    }
}


@media (max-width: 575px) {
    .append-button-header-leads{
        margin-top: 0px;
        margin: 0 auto;
    }
    .append-profie-lead{
        height: 150px;
        padding-top: 20px;
    }
    .appendFollowup{
        margin-top: 10px;
    }
    .appendSegLead{
         margin-top: 10px;
    }
}
