.podcasts_main_wrapper {
    width: 100%;

    opacity: 1;
}

.podcasts_wrapper {

    background: transparent linear-gradient(180deg, #A0ACFA34 0%, #A0ACFA00 100%) 0% 0% no-repeat padding-box;

}

.podcast_hero_section_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.5rem;
    margin-bottom: 2.6875rem;

    background-image: url("./images/MainPageImages/Mask_Group_102871.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 50.3125rem;
    width: 100%;

}

.podcasts_heading_h2 {
    text-align: center;
    letter-spacing: 0rem;
    color: #242424;
    opacity: 1;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1875rem;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 2rem;

}

.podcasts_heading_span {
    color: #4C66F6;
}

.blue_mic_logo {
    margin-bottom: -0.5rem;
}

.podcasts_heading_p {
    text-align: center;
    letter-spacing: 0rem;
    color: var(--grey-900, #0F172A);
    opacity: 1;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'Figtree', sans-serif;
    margin-top: 1rem;
    width: 30.25rem;
}

.podcasts_main_heading {
    text-align: center;
    letter-spacing: 0rem;
    color: var(--grey-900, #0F172A);
    opacity: 1;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 2.75rem;
    font-family: 'Figtree', sans-serif;
    margin-top: -4.2rem;


}

.blue_color_waves {
    opacity: 1;
}

.recent_podcasts_heading {
    text-align: center;
    letter-spacing: 0rem;
    color: #242424;
    opacity: 1;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5rem;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 1.75rem;
}

.all_podcasts_main_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -26.25rem;


}

.mic_logo {
    font-size: 1.3125rem;
    color: var(--grey-500, #64748B);
}

@media screen and (max-width:600px) {
    .podcasts_main_heading {
        text-align: center;
        letter-spacing: 0rem;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 2.75rem;
        font-family: 'Figtree', sans-serif;
        margin-top: -4.2rem;


    }


    .podcasts_heading_p {
        text-align: center;
        letter-spacing: 0rem;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: 'Figtree', sans-serif;
        margin-top: 1rem;
        width: 100%;
    }

    .all_podcasts_main_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -26.25rem;


    }

    

}

@media screen and (min-width:601px) and (max-width:992px) {
    .podcasts_main_heading {
        text-align: center;
        letter-spacing: 0rem;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 2.75rem;
        font-family: 'Figtree', sans-serif;
        margin-top: -4.2rem;


    }


    .podcasts_heading_p {
        text-align: center;
        letter-spacing: 0rem;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: 'Figtree', sans-serif;
        margin-top: 1rem;
        width: 100%;
    }

    .all_podcasts_main_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -26.25rem;


    }

  
   
}

