.block-podcasts{
}
.block-podcasts-in {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.block-podcast-item {
    width: 319px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 30px 1px rgba(0,12,61,0.07) !important;
    padding: 20px 20px;

}
.block-podcast-item:hover {
    color:#000C3D;

}
.block-podcast-image {
    
}
.block-podcast-image img {
    height: auto !important;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    border-radius: 20px !important;
}
.block-podcast-meta {
    display: flex;
    align-items: baseline;
    gap: 17px;
    margin: 0 0 4px;
}
.block-podcast-meta-number {
    font-size: 30px;
    font-weight: 500;
}
.block-podcast-meta-date {
    color: #566D82;
    font-size: 19px;
    letter-spacing: 0;
}
.block-podcast-title {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 500;
}
.block-podcast-description {
    font-size: 19px;
}

.block-podcast-item-bnr {
    background-color: #EBF2FF;
}
.block-podcast-item-bnr-in{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.block-podcast-item-bnr-in > *:last-child{
    margin-bottom: 0;
}
.block-podcast-item-bnr img{
    margin: 0 0 -26px;
}
.elementor-kit-5 .block-podcast-item-bnr h4{
    font-size: 38px;
    margin: 0 0 20px;
    line-height: 40px;
}
.block-podcast-item-bnr p{
    margin: 0 0 30px;
}
.block-podcast-item-bnr a{
    height: 60px !important;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 30px;
    background-color: #0030B5;
    color: #fff;
    display: block;
}