.qi_idea_c {
    padding: 50px 0 100px;
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
}

.qi_idea_c > img {
    margin-right: 15px;
    width: 198px;
}

.qi_idea_r {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qi_idea_r > h1 {
    font-size: 26px;
    font-weight: bold;
}

.qi_idea_r > a {
    background-color: var(--base);
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

.qi_idea_r > a > img {
    transition: .3s;
    height: 100%;
}

.qi_idea_r > a:hover {
    background-color: var(--base);
}

.qi_idea_r > a:hover > img {
    margin-left: 10px;
}

@media screen and (max-width: 766px) {
    .qi_idea_r {
        text-align: center;
    }
    .qi_idea_r > a {
        width: 260px;
        margin: 15px auto;
    }
}