.surat__audio-text h2 {
    font-size: 2.6rem;
    line-height: 1.3846;
    --line-height: 1.3846;
    --fluid-max: 26;
    --fluid-min: 21
}
.surat__header {
    font-size: 8.5rem;
    line-height: 1.1;
    --line-height: 1.1;
    --fluid-max: 85;
    --fluid-min: 45
}
@media only screen and (max-width: 499px) {
    .surat__header { font-size: calc(var(--fluid-min) * 0.1rem) }
}
@media only screen and (min-width: 500px) and (max-width: 899px) {
    .surat__audio-text h2, .surat__header {
        font-size: calc(calc(var(--fluid-min) * 0.1rem) + (var(--fluid-max) - var(--fluid-min)) * ((100vw - 500px) / 400))
    }
}
@media only screen and (min-width: 900px) {
    .surat__audio-text h2, .surat__header { font-size: calc(var(--fluid-max) * 0.1rem) }
}

.surat__header {
    color: #7d6476;
    font-family: "Golos-Bold";
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -6px;
    position: relative;
    z-index: 1
}
.surat__header img {
    height: 1.3em !important;
    width:auto !important;
    position: relative
}
.surat_style_dua .surat__header img {
    height:2.3em !important;
}

.surat__audio {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative
}
.surat__audio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    background: #7d6476;
    z-index:10;
}
.surat__audio-button, .surat__pause-button {
    width: 2em;
    height: 2em;
    font-size: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background: #7d6476;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:0;
    display:inline-block;
    text-align:center;
}
.surat__audio-button svg, .surat__pause-button svg {
    height: .8em;
    fill:currentColor;
    display:inline-block;
}
.surat__pause-button {
    display:none;
}
.surat__audio-text {
    padding-right: 70px;
    margin-bottom: 2em
}
.surat__audio-text h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.3em;
    color: #7d6476
}
html[lang="ar"] .surat__audio-text p:first-of-type {
    display:none;
}