.bdsz_bwtext_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 68px;
    font-family: Circe, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #26252d;
	margin-top: 32px;
}

.bdsz_bwtext_item {
    display: flex;
    gap: clamp(40px, 10vw, 160px);
}

.bdsz_bwtext_content,
.bdsz_bwtext_media {
    flex: 1 1 0;
}

.bdsz_bwtext_content {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    /* padding-top: 64px; */
}

.bdsz_bwtext_title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.bdsz_bwtext_subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #007aff;
    font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.bdsz_bwtext_desc {
    font-size: 16px;
    line-height: 22px;
    color: rgba(27, 31, 59, 0.65);
    font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.bdsz_bwtext_buttons {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.bdsz_bwtext_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 16px;
    border-radius: 8px;
    background-color: #f5f8fb;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #26252d;
}

.bdsz_bwtext_button:hover {
    background-color: #E9EEF5;
}

.bdsz_bwtext_media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bdsz_bwtext_icon {
    display: block;
    max-width: 492px;
    max-height: 350px;
    width: auto;
    height: auto;
    border-radius: 32px;
}

@media (max-width: 768px) {
    .bdsz_bwtext_wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 68px;
        font-family: Circe, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        color: #26252d;
    }

    .bdsz_bwtext_item {
        display: flex;
        gap: clamp(40px, 10vw, 160px);
    }

    .bdsz_bwtext_content,
    .bdsz_bwtext_media {
        flex: 1 1 0;
    }

    .bdsz_bwtext_content {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
        padding-top: 64px;
    }

    .bdsz_bwtext_title {
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
    }

    .bdsz_bwtext_subtitle {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #007aff;
        font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    .bdsz_bwtext_desc {
        font-size: 16px;
        line-height: 22px;
        color: rgba(27, 31, 59, 0.65);
        font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    .bdsz_bwtext_buttons {
        margin-top: 24px;
        display: flex;
        gap: 12px;
    }

    .bdsz_bwtext_button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 13px 16px;
        border-radius: 8px;
        background-color: #f5f8fb;
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        color: #26252d;
        width: 100%;
    }

    .bdsz_bwtext_media {
        display: flex;
        justify-content: flex-end;
    }

    .bdsz_bwtext_icon {
        display: block;
        max-width: 492px;
        max-height: 350px;
        width: auto;
        height: auto;
        border-radius: 32px;
    }

    @media (max-width: 768px) {
        .bdsz_bwtext_wrapper {
            row-gap: 32px;
        }

        .bdsz_bwtext_item {
            flex-direction: column;
            align-items: flex-start;
            padding: 24px;
            border-radius: 24px;
            background-color: #fff;
            gap: 24px;
        }

        .bdsz_bwtext_media {
            order: 1;
            width: 100%;
            justify-content: flex-start;
        }

        .bdsz_bwtext_content {
            order: 2;
            padding-top: 0;
            width: 100%;
        }

        .bdsz_bwtext_icon {
            width: 100%;
            max-width: 100%;
            height: 194px;
            max-height: none;
            border-radius: 16px;
            object-fit: cover;
        }
    }
}

.content-title.banner_wt {
    text-align: center;
}
