.common-section.web-stories-main {
    padding-bottom: 0;
    overflow: hidden;
}

.web-stories-main .category-grid .category-media {
    height: auto;
}

.web-stories-main .btn__wrapper {
    padding: 50px 0 50px;
}

.common-section.web-stories-main .category-main .category-inner .category-list .tabs-content-main .category-grid .category-media {
    height: auto;
}

@media screen and (max-width: 1400px) {

    .common-section.web-stories-main {
        padding-bottom: 30px;
    }

    .web-stories-main .btn__wrapper {
        padding: 30px 0 50px;
    }

}

@media screen and (max-width: 1200px) {

    .common-section.web-stories-main {
        padding-bottom: 20px;
    }

    .web-stories-main .btn__wrapper {
        padding: 20px 0 50px;
    }

}

@media screen and (max-width: 1024px) {

    .common-section.web-stories-main {
        padding-bottom: 10px;
    }

    .web-stories-main .btn__wrapper {
        padding: 0 0 50px;
    }

}

@media screen and (max-width: 576px) {

    .web-stories-main .btn__wrapper {
        padding: 50px 0 0;
    }

    /*.podcast-listing .category-main .category-grid:last-child {
        margin-bottom: 0;
    }*/

}