.bpi-section {
    padding-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bpi-section-inner {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;

    .wp-block-image {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;

        img {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 430px;
            object-fit: cover;
            margin: 0 auto;
        }
    }
}

@media (max-width: 639px) {
    .bpi-section {
        padding-top: 6rem;
    }

    .bpi-section-inner .wp-block-image img {
        max-height: none;
        object-fit: contain;
    }
}

.bpi-section-info-banner {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;

    h1 {
        font-size: clamp(2.25rem, 5vw, 4.0625rem);
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 700;
        line-height: 1.1;
    }

    p {
        font-size: clamp(1rem, 2.5vw, 1.5rem);
        line-height: 1.5;
        font-family: "Bai Jamjuree", sans-serif;
    }

    .wp-block-column:has(p) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.bpi-section-text-columns {
    margin-top: 2rem;

    p {
        text-align: center;
        font-size: clamp(1.5rem, 4vw, 1.75rem);
        line-height: 1.1;
        font-family: "Bai Jamjuree", sans-serif;
    }
}

.bpi-section-tagline-banner {
    padding: 2rem 1.5rem;
    text-align: center;
    font-family: "Bai Jamjuree", sans-serif;
    max-width: 870px;
    margin: 1rem auto;

    p {
        margin: 0;
        color: #414142;
        font-weight: 600;
        font-size: clamp(1rem, 2.5vw, 32px) !important;
        line-height: 1;
    }

    strong {
        display: block;
        font-size: clamp(1.25rem, 4vw, 65px);
        font-weight: 700;
        line-height: 1;
        margin-top: 0.25rem;
        font-style: italic;
    }
}

.bpi-section-video-embed {
    width: 100%;

    .wp-block-embed {
        width: 100%;
        margin: 0;
    }

    .wp-block-embed__wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
    }
}

.bpi-section-tagline-banner-small {
    text-align: center;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 1rem auto;
    max-width: 870px;
    font-size: clamp(1rem, 2.5vw, 24px);
}

.bpi-section-title-desc {
    font-family: "Bai Jamjuree", sans-serif;
    text-align: center;
    max-width: 835px;
    margin: 2rem auto 4rem auto;
    color: #fff;

    h1 {
        font-size: clamp(2.25rem, 5vw, 65px);
        font-weight: 700;
        line-height: 0.9;
        margin-bottom: 2rem;
    }

    p {
        font-size: clamp(1rem, 2.5vw, 24px);
        line-height: 1.5;
    }
}

.bpi-bpi-section span {
    display: block;
}

.page-id-256 section.bpi-bpi-section {
    padding-top: 5rem !important;
    padding-bottom: 15rem !important;
}

/* Fulfillment Resources */
.direct-mail-section {
    padding-top: 5rem !important;
}

.wide-format-printing-header {
    font-size: clamp(2.25rem, 5vw, 3.3rem) !important;
}
