.help-image{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 30px;
}
.help-image img{
    transition: all var(--tr_time) ease;
}
.help-image--after img{
    transform: translateX(-100%);
}
.help-image__toggle{
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 30px);
    flex-wrap: wrap;
}
.help_btn{
    max-width: 180px;
}