.rt-animated-feature {
    border-radius: 6px;
    border: 1px solid #BBB1F2;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 18px;
    animation: jump-1 15s linear infinite;
    display: flex;
    width: fit-content;
    h6 {
        margin: 0;
        color: #221859;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: -3px;
    }
    span {
        color: #221859;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}