.key_takeways_shortcode {
    background-color: #F1F5FF;
    border-radius: 4px;
    padding: 10px 24px 24px;
    margin: 40px 0;
}

.key_takeways_shortcode h6 {
    width: max-content;
    font-family: Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4.6px 9px 3.4px 8px;
    margin-bottom: 0;
    color: #060606;
    position: relative;
    right: 29px;
    background: #FFCB3F;
    border-radius: 1px 1px 12px 1px;
}

[dir='rtl'] .key_takeways_shortcode h6 {
    border-radius: 1px 1px 1px 12px;
    right: -29px;
}

.key_takeways_shortcode .key_takeways-shortcode_description p {
    margin-bottom: 0;
    color: #2B2F35;
    margin-top: 10px;
    line-height: 24px;
}

@media ( max-width: 768px ) {
    .key_takeways_shortcode {
        padding: 10px 16px 16px;
        margin: 32px 0;
    }
    .key_takeways_shortcode h6 {
        right: 21px;
    }
    [dir='rtl'] .key_takeways_shortcode h6 {
        right: -21px;
    }
}