section.st-podcast{
    background:#fafafa;
    padding: 3em 0;

}

section.st-podcast h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0055A4;
    margin: 0 auto;
    padding-bottom: 0.2em;
    line-height: 30px;
    text-align: center;


}

section.st-podcast p {
    font-size: 18px;
    color: #666666;
    text-align: justify;
    text-align: center;
    padding-bottom: 1em;


}

section.st-podcast img.cover {
    width: 100%;
}

section.st-podcast a.cta {
    background: none;
    border: solid 2px #F58220;
    border-radius: 50px;
    padding: 0.3em 1em;
    margin: 2em auto 0;
    text-transform: uppercase;
    color: #F58220 !important;
    font-weight: 600;
    font-size: 17px;
    display: block;
    text-align: center;
}

section.st-podcast a.cta:hover {
    background: #F58220;
    color: #fff !important;
    text-decoration: none;

}

@media (max-width: 600px) {

    section.st-podcast {

        padding: 3em 1em;

    }

    section.st-podcast img.cover {
        /*padding: 1em 0;
        width: 70%;*/
        margin: 0 auto 2em;
        display: block;

    }

   section.st-podcast a.cta {
        display: block !important;
        width: 270px ;
        padding: 0.5em 1em;
        margin: 1em auto;
    }

    section.st-podcast h2 {
        text-align: center;

    }

    section.st-podcast p {
        font-size: 16px;
        color: #666666;
        text-align: center;


    }

}