.podcastAllPodcast__section {
    margin-bottom: 114px;
}

.podcastAllPodcast__section .podcastAllPodcast__parent{
    padding-top: 45px;
}

.podcastAllPodcast__parent .podcast__sectionheading h2{
    margin-bottom: 10px;
}

.podcastAllPodcast__parent .podcastAllPodcast__heading h2 {
    color: #495359;
    font-size: 34px;
    line-height: 42px;
    font-weight: 500;
}

.podcastAllPodcast__parent .podcastAllPodcast__heading h2 span {
    color: #005F9D;
}

.podcastAllPodcast__parent .podcastAllPodcast__list {
    margin: 38px 0 45px;
    padding: 38px 0 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast {
    max-width: 570px;
    width: 100%;
    position: relative;
    display: none;
    /* border-radius: 15px; */
    overflow: hidden;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast--active {
    display: block;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcast__video {
    position: relative;
    border-radius: 15px;
    margin-bottom: 10px;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcast__video > img {
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcast__video:hover > img {
    opacity: 1;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcastAllPodcast__podcasttexttop {
    width: 100%;
    position: absolute;
    top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 19px;
}

.podcastAllPodcast .podcasttexttop__hdfcLogo, .podcastAllPodcast .podcasttexttop__podcastLogo {
    width: auto;
    height: 35px;
}

.podcastAllPodcast .podcasttexttop__hdfcLogo img, 
.podcastAllPodcast .podcasttexttop__podcastLogo img {
    width: auto;
    height: 35px;
}

.podcastAllPodcast__playButton {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.podcastAllPodcast__playButton img {
    width: 100%;
    height: auto;
}

.podcastAllPodcast__podcasttexttop .podcasttexttop__text {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    gap: 11px;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcastAllPodcast__podcasttextbottom {
    width: 100%;
    position: absolute;
    bottom: 34px;
}

.podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcastAllPodcast__podcasttitle {
    color: rgba(0, 0, 0, 0.8);
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}

.podcastAllPodcast__parent .podcastAllPodcast__date {
    font-size: 14px;
    color: #495359;
    padding-left: 10px;
    /* margin-bottom: 8px; */
}

.podcastAllPodcast__parent .podcastAllPodcast__title {
    font-size: 22px;
    color: #495359;
    padding-left: 10px;
    font-weight: 500;
}

.podcast__loadmorebtn, .podcast__loadlessbtn {
    display: none;
}

.podcast__loadmorebtn--active, .podcast__loadlessbtn--active {
    display: block;
}

.blue {
    color: #005e9e;
}

@media screen and (max-width: 768px) {
    .podcastAllPodcast__parent .podcast__sectionheading h2{
        margin-bottom: 0;
    }
    .podcastAllPodcast__section {
        margin-bottom: 44px;
    }
    .podcastAllPodcast__parent .podcastAllPodcast__list {
        padding: 30px 0 38px;
        margin: 0;
        grid-template-columns: 1fr;
        place-items: center;
        gap: 30px;
    }

    .podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcastAllPodcast__podcasttexttop {
        top: 16px
    }

    .podcastAllPodcast .podcasttexttop__hdfcLogo, 
    .podcastAllPodcast .podcasttexttop__podcastLogo,
    .podcastAllPodcast .podcasttexttop__hdfcLogo img, 
    .podcastAllPodcast .podcasttexttop__podcastLogo img  {
        height: 25px;
    }

    .podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast {
        font-size: 10px;
    }

    .podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcast__video > img {
        height: 100%;
        opacity: 1;
    }

    .podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcastAllPodcast__podcasttitle {
        font-size: 14px;
    }

    .podcastAllPodcast__parent .podcastAllPodcast__list .podcastAllPodcast__podcast .podcastAllPodcast__podcasttextbottom {
        bottom: 20px;
    }

    .podcastAllPodcast__playButton {
        width: 40px;
        height: 40px;
    }

    .podcastAllPodcast__parent .podcastAllPodcast__date {
        font-size: 12px;
    }
    
    .podcastAllPodcast__parent .podcastAllPodcast__title {
        font-size: 18px;
    }
}