.audio-hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99%;
    margin: 0 auto;
    margin-top: 30px;
}

@media (max-width: 1024px) {

    .audio-hero-section {
        flex-direction: column;
        margin-top: 200px;
    }
}