.voice-custom-block {
    display: block;
    position: relative;
    background: #F2F7CC;
    padding: 25px 100px 25px 25px;
    width: 100%;
    box-sizing: border-box;
}
.voice-custom-block-href {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice-custom-block-icon{
    color: #01797B;
    font-size: 40px;
}

.voice-custom-block h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.voice-custom-block p {
    font-size: 16px;
}
