/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */
.audioplayer {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 4px;
    margin-top: 15px;
}
/*.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}
.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;

}*/
.wrapper {
    background: #fff;
    padding: 20px 30px;
    border: 3px solid #fbc50b;
    border-radius: 10px;
    padding-top: 30px;
}
.wrapper h4, .wrapper h5 {
    color: #000;
    font-size: 16px;
    padding-left: 66px;
}
.wrapper h5 {
    padding-bottom: 6px;
}
.wrapper h4 {
    font-weight: bold;
    padding-bottom: 4px;
    text-transform: capitalize;
}