.podcast__container {
    max-width: 1220px;
    margin: 0 auto;
}

.podcast__loadbtn {
    min-width: 158px;
    max-width: max-content;
    background-color: #EB1C24;
    text-align: center;
    border-radius: 30px;
    padding: 12px 0px;
    margin: 0 auto;
    cursor: pointer;
}

.podcast__loadbtn button {
    background-color: transparent;
    border: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.podcast__sectionheading h2 {
    /* color: #495359; */
    color: #25385c;
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
}

/* .podcast__sectionheading h2 span {
    color: #005F9D;
} */

@media screen and (max-width: 1220px) {
    .podcast__container {
        padding: 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .podcast__sectionheading h2 {
        font-size: 20px;
        line-height: 60px;
        text-align: center;
    }

    .podcast__loadbtn {
        max-width: 132px;
        padding: 10px 0;
    }

    .podcast__loadbtn button {
        font-size: 13px;
    }
}