.audio__download-btn a {
    font-family: Circe, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #9E0D1C;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .audio {
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
}