#whatmemuro-right .heading {
    margin-bottom: 15px;
}
.whatmemuro-right__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.btns {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 5px;
    font-weight: 600;
}

.orange {
    background-color: #EC5929;
    color: #FFFFFF;
}
.btns--green {
    background-color: #0F7541;
    color: #FFFFFF;
}
.blue {
    background-color: #002998;
    color: #FFFFFF;
}
.orange:hover,
.blue:hover,
.btns--green:hover {
    background-color: #474747;
}

.effect {
    transition: all .3s;
}

.half {
    width: 48%;
    margin: 15px 1% 0;
}
#wcv_sys_wrapper .whatmemuro-right__inner {
    display: block;
}