body #accordion-section-breek-lite_upgrade_section h3 {
    background: #4e53e9 !important;
    border-left: 0 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
}

body #accordion-section-breek-lite_upgrade_section h3 .button{
    background-color: #fff !important;
    color: #4e53e9 !important;
    border-radius: 25px !important;
    padding: 5px 15px !important;
    margin-left: auto;
    transition: all 0.2s ease;
    font-weight: bold;
}
body #accordion-section-breek-lite_upgrade_section h3 .button:hover{
    transform: scale(1.05);
}
body #accordion-section-breek-lite_upgrade_section h3:after{
    display: none;
}