
.more_podcasts .post {
    margin: 10px 0;
}
.more_podcasts .post .inner {
    position: relative;
    background: var(--light-grey);
    height: 100%;
    padding: 15px 15px 75px;
}
.more_podcasts .post .inner .type {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--dark-green);
    border-bottom: 2px solid var(--dark-green);
    padding: 0 0 10px;
}
.more_podcasts .post .inner .type img {
    margin-right: 8px;
}
.more_podcasts .post .inner h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.more_podcasts .post .inner .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--dark-green);
    margin-bottom: 10px;
}
.more_podcasts .post .inner .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 20px;
}
.more_podcasts .post .inner .buttons {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.more_podcasts .post .inner .buttons .button {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.more_podcasts{
    margin: 50px 0;
}
.more_podcasts h2{
    color: #000;

/* Heading H2 */
    font-family: Lexend;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 162.5% */
    margin-bottom: 40px;
}
.hero .button{
    margin-top: 30px;
}