        .podcast-post-slider {
            margin: 50px auto;
        }

		.Podcast-cust-post-slider {
			display: unset !important;
		}

        .podcast-post-slider .swiper-wrapper {
            padding-bottom: 100px;
        }

        .podcast-post-slider .swiper-slide {
            border: 3px solid #F0F6FC;
            border-radius: 18px;
            position: relative;
			min-height: 600px;
        }


        .podcast-post-slider .swiper-slide img {
            width: 100%;
            border-radius: 18px 18px 0px 0px;
        }

        .podcast-post-slider .post-content,
        .podcast-post-slider .footer {
            padding: 12px;
        }

        .podcast-post-slider .post-title {
            text-align: left;
            color: #333333;
            font-family: "Montserrat", Sans-serif;
            font-size: 20px;
            font-weight: 800;
            line-height: 24px;
            margin-top: 0px;
        }

        .podcast-post-slider .post-desc {
            font-family: "Montserrat", Sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #454545;
        }

        .podcast-post-slider .post-content {
            border-bottom: 1px solid #F0F6FC;
        }

        .podcast-post-slider .footer {
                position: absolute;
				width: 100%;
				bottom: 0;
        }

        .podcast-post-slider .footer-content {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(1, 1fr);
            align-items: center;
            margin-bottom: 10px;
        }

        .podcast-post-slider .post-date p {
            font-size: 15px;
            font-weight: 600;
            color: #3F3F3F;
            text-align: left;
            line-height: 1.3em;
        }

        .podcast-post-slider .post-date span {
            font-size: 12px;
            color: #959595;
            font-weight: 400;
        }

        .podcast-post-slider .main-page-btn {
            text-align: right;
        }

        .podcast-post-slider .main-page-btn button {
            font-family: "Montserrat", Sans-serif;
            font-size: 21px;
            font-weight: 400;
            border-radius: 8px 8px 8px 8px;
            padding: 12px 8px 12px 16px;
            background-color: #8DC33F;
            color: #fff;
            border: unset;
            letter-spacing: 2px;
            cursor: pointer;
        }

        .podcast-post-slider .main-page-btn button:hover {
            background-color: #F0F6FC;
            color: #8DC43F !important;
        }

        .podcast-post-slider .main-page-btn .fa-chevron-right {
            font-size: 16px;
            margin-left: 2px;
        }

