.elementor-4430 .elementor-element.elementor-element-8cc8ef1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:020px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-4430 .elementor-element.elementor-element-8cc8ef1{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-77b585a */.podcast-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;  
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    margin-bottom: 20px;
    padding: 20px;
}

.podcast-col-1 {
    flex: 1 0 50%;
}
.podcast-col-2 {
    flex: 1 0 40%;
}
.elementor-4430 .elementor-element.elementor-element-77b585a iframe{
    height: 160px;
}
.elementor-4430 .elementor-element.elementor-element-77b585a p{
    font-family: 'assistant';
    font-size: 16px;
    line-height: 1.5
}

@media only screen and (max-width: 768px) {
    .podcast-col-1 {
        flex: 1 0 100%;
    }
    .podcast-col-2 {
        flex: 1 0 100%;
    }
    .podcast-row {
        gap: 10px;  
        padding: 10px;
    }
    .elementor-4430 .elementor-element.elementor-element-77b585a h2{
        font-size: 28px;
    }
}/* End custom CSS */