.elementor-widget-lastPodcast section{
   position: relative;
   padding: 100px 0 40px;
   overflow: hidden;
}

.elementor-widget-lastPodcast section {
    background: #fff;
    color: #fff;
}

.elementor-widget-lastPodcast .circle{
    height: 0;
    width: 0;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
    background: #24252B;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.elementor-widget-lastPodcast h2{
    color: #fff;
    font-family: "Pathway Extreme";
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    max-width: 860px;
}

.elementor-widget-lastPodcast .container{
    position: relative;
    z-index: 1;
}

.elementor-widget-lastPodcast section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.elementor-widget-lastPodcast section ul li {
    color: #FFF;
    text-align: center;
    font-family: "Pathway Extreme";
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    padding: 8px;
    border-bottom: 2px solid #6C6E76;
    cursor: pointer;
}

.elementor-widget-lastPodcast section ul li:hover ,.elementor-widget-lastPodcast section ul li.active {
    border-color: #fff;
}

.elementor-widget-lastPodcast section .swiper {
    width: 100%;
    height: auto;
    max-width: 500px;
    aspect-ratio: 1;
    margin: 0 auto;
}

.elementor-widget-lastPodcast section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
}

.elementor-widget-lastPodcast section .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-widget-lastPodcast section .row {
    display: block;
}

.elementor-widget-lastPodcast section .row .col-6 {
    width: 100%;
    max-width: 100%;
}

.elementor-widget-lastPodcast section .row .col-6 h3 {
    color: #FFF;
    text-align: center;
    font-family: "Pathway Extreme";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
    margin: 0;
    margin-bottom: 16px;
}

.elementor-widget-lastPodcast section .row .col-6 p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    margin-bottom: 32px;
}

.elementor-widget-lastPodcast section .row .col-6 a {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: "Pathway Extreme";
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-decoration-line: underline;
    margin-bottom: 40px;
}


.elementor-widget-lastPodcast p.subtitle-pod{
   color: #E7E9F1;
   text-align: center;
   margin-bottom: 40px;
}


@media(min-width: 960px){

    .elementor-widget-lastPodcast h2{
        text-align: center;
        font-size: 36px;
        line-height: 140%;
       
    }

    .elementor-widget-lastPodcast p.subtitle-pod{
        text-align: center;
        margin-bottom: 60px;
    }

    .elementor-widget-lastPodcast section{
        padding: 120px 0 60px;
    }
    .elementor-widget-lastPodcast section .row {
        display: flex;
        gap: 24px;
        align-items: center;
    }
    .elementor-widget-lastPodcast section .row .col-6 {
        width: calc(50% - 12px);
    }
    .elementor-widget-lastPodcast section .row .col-6 h3,
    .elementor-widget-lastPodcast section .row .col-6 p,
    .elementor-widget-lastPodcast section .row .col-6 a{
        text-align: left;
    }
    .elementor-widget-lastPodcast section ul{
        margin-bottom: 40px;
    }
    .elementor-widget-lastPodcast section .row .col-6 h3 {
        font-size: 28px;
        line-height: 1.4;
    }
    .elementor-widget-lastPodcast section .row .col-6 p {
        font-size: 18px;
        line-height: 1.5;
    }
    .elementor-widget-lastPodcast section .row .col-6 a {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 0;
    }
}

@media(min-width:1024px){
    .elementor-widget-lastPodcast section{
        padding: 160px 0 80px;
    }
    .elementor-widget-lastPodcast section ul{
        margin-bottom: 60px;
    }
    .elementor-widget-lastPodcast section .row .col-6 h3 {
        font-size: 32px;
        line-height: 1.4;
    }
   
 
    
}
@media(min-width: 1140px){

    .elementor-widget-lastPodcast h2{
        font-size: 48px;
        line-height: 140%;
        
    }

    .elementor-widget-lastPodcast p.subtitle-pod{
        margin-bottom: 80px;
    }

    .elementor-widget-lastPodcast section{
        padding: 240px 0 120px;
    }
    .elementor-widget-lastPodcast section ul{
        margin-bottom: 80px;
    }
    .elementor-widget-lastPodcast section .row .col-6 h3 {
        font-size: 36px;
        line-height: 1.4;
    }
    .elementor-widget-lastPodcast section .row .col-6 p {
        font-size: 18px;
        line-height: 1.5;
    }
    .elementor-widget-lastPodcast section .row .col-6 a {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    
}