.mt-60 {
    margin-top: 100px;
}
.text-center {
    text-align: center;
}
.podcast-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.one-third-column {
    width: 33%;
    margin: 0 0.1rem;
}
.podcast-data {
    display: flex;
    justify-content: space-between;
    /* gap: 10px; */
    width: 100%;
}
img{
	max-width: 100%;
	height: auto;
}
.category-img {
    height: auto;
    width: 200px;
}
.podcast-box a{
	text-decoration: none;
}
.show-more {
    /* width: 100%; */
    min-height: 40px;
    border-radius: 10px;
    background-color: #00783f;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 0;
    padding: 5px 20px;
    line-height: 40px;
}