.voice-box {
}
    .voice-box h2 {
        border: none !important;
        background: none !important;
        padding: 0 !important;
        margin-bottom: 1em !important;
    }
        .voice-box h2 small {
            font-size: .6em !important;
            display: inline-block;
            margin-right: 1em;
            vertical-align: middle;
        }
    .voice-box h3 {
        font-weight: bold !important;
        font-size: 1.8em !important;
        line-height: 1.2;
        margin-bottom: .5em !important;
    }

.button {
}
    .button a {
        border: 1px solid #3fb0d5;
        background: #66c0de;
        color: #fff;
        text-decoration: none;
        padding: .5em 1em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
    }
    .button a:before {
        font-family: iconvault;
        content: "\f101";
    }
    .button a:hover {
        color: #3fb0d5;
        background: #fff;
    }


/*
 * for Tablet
 */
@media screen and (max-width: 999px) {
    .voice-box .float-right {
        width: 50%;
    }
}
/*
 * for SmartPhone
 */
@media screen and (max-width: 600px) {
    .voice-box .float-right {
        width: auto;
    }
}