.action-btn{ gap: 8px; }

.action-btn__icon{
    width: 107px;
    height: 60px;
    background: #304575;
    border-radius: 12px;
}

.action-btn__icon i{
    font-size: 32px;
    color: #fff;
}

.action-btn__label{
    color: #304575;
    font-size: 18px;
    line-height: 1.05;
}
