/* zamówienie Orędzia */

.hp1_join_us_section .hp1_join_us_info {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}

.hp1_join_us_section .hp1_join_us_info span {
    color: #fca44a;
}

.hp1_join_us_section .join_us_custom_block_1 {
    text-align: center;
}

.hp1_join_us_section .join_us_custom_block_1 h4 {
    font-size: 18px;
}

.hp1_join_us_section .join_us_custom_block_1 a {
    transition: .3s ease;
    color: inherit !important;
}

.hp1_join_us_section .join_us_custom_block_1 a:hover {
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .hp1_join_us_section {
        padding: 35px 20px;
    }

    .hp1_join_us_section .hp1_join_us_info {
        font-size: 22px;
        text-align: center;
        margin-bottom: 25px;
    }

    .hp1_join_us_section .sc_button {
        margin-top: 20px;
    }
}

/* Podręcznik Małej Duszy */

.book_cover {
    display: block;
    width: 100%;
    max-width: 330px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.hp1_join_us_section .sc_section_inner p {
    line-height: 1.7;
    margin-bottom: 20px;
}

.hp2_latest_blog_section .sc_blogger_subtitle {
    color: #fca44a !important;
}

.hp2_latest_blog_section .post_item {
    padding: 25px 30px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, .04);
    border-left: 3px solid #fca44a;
}

.hp2_latest_blog_section .post_category strong {
    color: #fca44a;
    letter-spacing: 1px;
}

.hp2_latest_blog_section .post_title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
}

.hp2_latest_blog_section .post-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    text-align: center;
}

.hp2_latest_blog_section .post-info span {
    color: #7f7f7f !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.hp2_latest_blog_section .post-info span:nth-child(2) {
    color: #fca44a;
    font-size: 12px;
}

.sc_blogger_button .sc_button {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .book_cover {
        margin-bottom: 35px;
    }

    .hp2_latest_blog_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hp2_latest_blog_section .sc_blogger_title {
        margin-bottom: 25px;
    }

    .hp2_latest_blog_section .post_item {
        padding: 20px;
    }

    .hp2_latest_blog_section .post-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .sc_blogger_button .sc_button {
        width: auto !important;
        max-width: 90% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 14px !important;
    }
}
