
.section-podcast {
    position: relative;
}
.section-podcast:before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -18%;
    left: 0;
    right: 0;
    bottom: 0;
    background:url(../img/podcast/bg.jpg) no-repeat top center;
    background-size: 100% auto;
    z-index: -1;
}

.wrap-podcast {
    width: 812px;
    max-width: 60%;
    margin: 0 auto;
}

.podcast-social {
    border: 1px solid #000;
    height: 56px;
    width: 186px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    max-width: calc(33.3% - 20px);
}
.podcast-social img {
    max-width: 85%;
    max-height: 85%;
    object-position: center;
    object-fit: contain;
}
.podcast-social:hover {
    background: #000;
}
.podcast-social:hover img {
    filter: invert(1);
}
@media (max-width: 1199px) {
    .section-podcast:before {
        top: 2%;
    }
}


@media (max-width: 767px) {
    .podcast-social {
        height: 48px;
        border-radius: 6px;
        margin: 0 5px;
        max-width: calc(33.3% - 10px);
    }

    .wrap-podcast {

        max-width: 100%;

    }
}


    .mySwiper-podcast {
        margin-bottom: 32px;
        padding: 20px 0 32px 0;
        --swiper-navigation-size: 30px;
    }



    .next-podcast, .prev-podcast,
    .swiper-pagination-podcast {
        display: block;
    }
    .next-podcast, .prev-podcast {
        width: 30px;
        height: 30px;
        border-radius: 0;
        background-position: center;
        background-size: 18px;
        background-repeat: no-repeat;
        outline: none;
        box-shadow: none;
    }
    .next-podcast:before, .prev-podcast:before,
    .next-podcast:after, .prev-podcast:after {
        display: none;
    }
    .next-podcast {
        right: 0;
        background-image: url(../img/icons/prev-color.png);
    }
     .prev-podcast {
        left: 0;
        background-image: url(../img/icons/next-color.png);
     }
     .swiper-pagination.swiper-pagination-podcast {
        bottom: 0;
     }
    .swiper-pagination-podcast .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        background:transparent;
        border: 1px solid #283381;
        opacity: 1;
    }
    .swiper-pagination-podcast .swiper-pagination-bullet-active {
        background: #283381;
        border: transparent;
    }

    .mySwiper-podcast .swiper-slide {
        padding-left: 40px;
        padding-right: 40px;
    }