.podcasts_lending_page__banner_heading {
    font-family: "Roboto Slab", serif;
    font-size: 64px;
    font-weight: bold;
    font-style: normal;
    line-height: 112%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.podcasts_lending_page__banner_heading span {
    background: linear-gradient(90deg, #F5A623, #D92727);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.podcasts_lending_page__banner .lp-line {
    height: 2px;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(90deg, #F5A623 0%, #E52B2B 100%);
}

.podcasts_lending_page__banner_sub_heading {
    font-family: "Roboto Slab", serif;
    font-size: 34px;
    line-height: 112%;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.podcasts_lending_page__banner_presented_text {
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.podcasts_lending_page__banner_presented_text span {
    background: linear-gradient(90deg, #F5A623, #D92727);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 30px;
    font-weight: 700;
}

.podcasts_lending_page__banner_button_section .btn_green {
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all ease 0.5s;
    font-weight: bold;
    color: #000;
    background-color: #edde3e;
    border: none;
    text-transform: uppercase;
}

.podcasts_lending_page__banner_button_section .btn_green:hover {
    background-color: #eb5e30;
}

.podcasts_lending_page__banner {
    background: #000;
}

@media (max-width: 1199px) {
    .podcasts_lending_page__banner_sub_heading {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .podcasts_lending_page__banner_sub_heading {
        font-size: 26px;
    }

    .podcasts_lending_page__banner_presented_text {
        font-size: 20px;

    }
}

@media (max-width: 767px) {}

/************************************/

.podcasts_lending_page__banner.banner_type_full_image .banner_image picture {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
}

.podcasts_lending_page__banner.banner_type_full_image .banner_image img {
    width: 100%;
    height: auto;
}

.podcasts_lending_page__banner.banner_type_full_image .banner_image.banner_image_mobile {
    display: none;
}

@media (max-width: 767px) {
    .podcasts_lending_page__banner.banner_type_full_image .banner_image.banner_image_desktop {
        display: none;
    }

    .podcasts_lending_page__banner.banner_type_full_image .banner_image.banner_image_mobile {
        display: block;
    }

}

/************************************/

.podcasts_lending_page__banner.banner_type_content_with_bg_image {
    background: #000;
    position: relative;
    overflow: hidden;
}

.podcasts_lending_page__banner.banner_type_content_with_bg_image .banner_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center right;
}

.podcasts_lending_page__banner_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0px;
    z-index: 1;
}

.podcasts_lending_page__banner.banner_type_content_with_bg_image .podcasts_lending_page__banner_button_section {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 20px 30px;
}

.podcasts_lending_page__banner.banner_type_content_with_bg_image .banner_image.banner_image_mobile {
    display: none;
}

@media (max-width: 1439px) {
    .podcasts_lending_page__banner_heading {
        font-size: 54px;
    }
}

@media (max-width: 1199px) {
    .podcasts_lending_page__banner_heading {
        font-size: 44px;
    }

    .podcasts_lending_page__banner_tagline_text {
        font-size: 18px;
    }

    .podcasts_lending_page__banner_inner {
        padding: 85px 0px;
    }
}

@media (max-width: 991px) {
    .podcasts_lending_page__banner_inner {
        padding: 70px 0px;
    }
}

@media (max-width: 767px) {
    .podcasts_lending_page__banner_inner {
        padding: 50px 0px;
    }

    .podcasts_lending_page__banner.banner_type_content_with_bg_image .banner_image.banner_image_desktop {
        display: none;
    }

    .podcasts_lending_page__banner.banner_type_content_with_bg_image .banner_image.banner_image_mobile {
        display: block;
        position: relative;
    }

    .podcasts_lending_page__banner.banner_type_content_with_bg_image .podcasts_lending_page__banner_inner {
        justify-content: center;
    }

    .podcasts_lending_page__banner.banner_type_content_with_bg_image .podcasts_lending_page__banner_content {
        text-align: center;
    }
}