.item-plataforma-podcast {
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px 17px;
}
.item-plataforma-podcast > a {
    display: flex;
    align-items: center;
    color: #fff;
}
.item-plataforma-podcast p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
.item-plataforma-podcast img {
    margin-right: 8px;
}
ul.cat-list {
    display: flex;
    list-style: none;
    align-items: center;
    margin-bottom: 32px;
    border-bottom: 2px solid;
    margin-left: 0;
    padding-bottom: 30px;
}
ul.cat-list li {
    margin-right: 30px;
}
ul.cat-list li a {
    color: #757575;
    font-size: 18px;
}
ul.cat-list li a.active {
    color: #000;
    font-weight: 700;
}
.podcasts-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.podcast-column {
    width: 33.33%;
    padding-left: 30px;
    padding-bottom: 20px;
}
.podcast-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    min-height: 176px;
}
.podcast-title a {
    color: #000;
}
.post-image a {
    display: flex;
}
.meta-podcasts {
    background: #f6f6f6;
    padding: 32px;
}
span.categories-pocast {
    font-size: 16px;
    border-top: 1px solid #e2e2e2;
    color: #545454;
    padding-top: 10px;
    width: 45%;
    display: block;
}
@media (max-width: 767px) {
    .podcast-column {
        width: 100%;
        padding-left: 0;
    }
    .podcasts-wrapper {
        margin-left: 0;
    }
}