/* ========================================
   Podcast Closing CTA Section
======================================== */
.podcast_closing_cta_section {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

/* ========================================
   Bottom Decorative Image
======================================== */
.pcc_bottom_image {
    width: 100%;
    line-height: 0;
    margin: 110px 0 0 0;
}

.pcc_watercolor {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ========================================
   Content
======================================== */
.pcc_content {
    max-width: 900px;
    margin: 0 auto;
}

.pcc_title {
    font-family: 'Noto Serif', serif;
    font-size: var(--font-size-56);
    line-height: 1.05;
    letter-spacing: -1.09px;
    color: var(--color-brown);
    margin: 0 0 20px 0;
    font-weight: 700;
}

.pcc_title_line {
    display: inline-block;
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--color-dark-green);
    margin: 0 0 24px 0;
}

.pcc_text {
    font-family: 'Inter Tight', sans-serif;
    font-size: var(--font-size-20);
    line-height: 1.55;
    color: #706864;
    max-width: 620px;
    margin: 0 auto 44px auto;
}

/* ========================================
   Accent Words
======================================== */
.pcc_accent_words {
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.pcc_accent_word {
    font-family: 'Noto Serif', serif;
    font-size: var(--font-size-32);
    line-height: 1.4;
    letter-spacing: 0.34px;
    color: var(--color-dark-green);
    font-weight: 600;
    font-style: italic;
}

body .pcc_dot_separator {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #27B35E;
	flex-shrink: 0;
	position: relative;
	opacity: 1;
	outline: 4px solid #DCEDDF !important;
}

/* ========================================
   Responsive
======================================== */
@media screen and (max-width: 1800px) {
    .podcast_closing_cta_section {
        padding-bottom: 100px;
    }

    .pcc_top_image {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1360px) {
    .podcast_closing_cta_section {
        padding: 70px 0 80px;
    }

    .pcc_top_image {
        margin-bottom: 80px;
    }

    .pcc_title {
        font-size: 46px;
        line-height: 50px;
    }

    .pcc_accent_words {
        gap: 32px;
    }

    .pcc_accent_word {
        font-size: 28px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1200px) {
    .pcc_title {
        font-size: 40px;
        line-height: 44px;
    }

    .pcc_accent_word {
        font-size: 26px;
        line-height: 40px;
    }
}

@media screen and (max-width: 992px) {
        .podcast_closing_cta_section {
	padding: 60px 0 70px 0;
}
    .pcc_top_image {
        margin-bottom: 60px;
    }

    .pcc_title {
        font-size: 36px;
        line-height: 40px;
    }

    .pcc_accent_words {
        gap: 24px;
    }

    .pcc_accent_word {
        font-size: 24px;
        line-height: 36px;
    }

    .pcc_text {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 768px) {
    .podcast_closing_cta_section {
        padding: 50px 0 60px;
    }

    .pcc_top_image {
        margin-bottom: 48px;
    }

    .pcc_title {
        font-size: 30px;
        line-height: 34px;
    }

    .pcc_text {
        font-size: 16px;
        line-height: 25px;
    }

    .pcc_accent_words {
        gap: 20px;
    }

    .pcc_accent_word {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 640px) {
    .podcast_closing_cta_section {
	padding: 40px 0 50px 0;
}

    .pcc_top_image {
        margin-bottom: 36px;
    }

    .pcc_title {
        font-size: 26px;
        line-height: 30px;
    }

    .pcc_accent_words {
        gap: 16px;
    }

    .pcc_accent_word {
        font-size: 20px;
        line-height: 28px;
    }

    .pcc_dot_separator {
        width: 5px;
        height: 5px;
    }
}
@media screen and (max-width: 480px) {
.pcc_accent_words {
	gap: 10px;
}
.pcc_accent_word {
	font-size: 16px;
	line-height: 1;
}
}