/* Base styles that apply to all sizes */
/* All: 744px */
@media (max-width: 744px) {
    .cls_smiley {
        position: relative;
        width: 370px;
    }

    .cls_smiley_div {
        width: 370px;
        height: 140px;
        padding: 32px 41px !important;
        flex-shrink: 0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .cls_smiley_img {
        width: 92px;
        height: 63px;
        margin-bottom: 2px;
    }

    .cls_smiley_text_1 {
        color: var(--color-black, #000);
        font-size: 32px;
        font-weight: 800;
        color: #333;
        margin-bottom: 4px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .cls_smiley_text_2 {
        font-size: 12px;
        color: var(--color-grey-60, #434343);
        line-height: 18px;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    .cls_decor_black_paper {
        position: absolute;
        width: 19px;
        height: 8px;
        background: var(--color-black, #000);
        transform: rotate(125deg);
        top: 0px;
        left: 118px;
        z-index: 10;
    }

    .cls_decor_yellow_top_paper {
        position: absolute;
        width: 21px;
        height: 8px;
        background: var(--color-brand-yellow, #FFB900);
        transform: rotate(45deg);
        top: 120px;
        right: 0px;
        z-index: 10;
    }

    .cls_decor_yellow_bottom_paper {
        position: absolute;
        width: 21px;
        height: 8px;
        background: var(--color-brand-yellow, #FFB900);
        transform: rotate(15deg);
        bottom: 70px;
        left: 20px;
        z-index: 10;
    }

    .cls_decor_purple_bottom_paper {
        position: absolute;
        width: 21px;
        height: 8px;
        background: var(--color-brand-purple, #A230C1);
        transform: rotate(45deg);
        bottom: 115px;
        right: 75px;
        z-index: 10;
    }

    .cls_decor_purple_top_paper {
        position: absolute;
        width: 21px;
        height: 8px;
        background: var(--color-brand-purple, #A230C1);
        transform: rotate(45deg);
        bottom: 0px;
        right: 349px;
        z-index: 10;
    }

    .cls_decor_black_top_paper {
        position: absolute;
        width: 19px;
        height: 8px;
        background: var(--color-black, #000);
        transform: rotate(125deg);
        top: 76px;
        right: 109px;
        z-index: 10;
    }
}

/* Desktop: >744px */
@media (min-width: 745px) {
    .cls_smiley {
        position: relative;
        width: 675px;
        margin: 0 auto;
    }

    .cls_smiley_div {
        height: 140px;
        padding: 0px 0px 0px 75px !important;
        flex-shrink: 0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .cls_smiley_img {
        width: 150px;
        height: 102px;
        margin-bottom: 2px;
        margin-left: 15px;
    }

    .cls_smiley_text_1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 48px;
        /* 120% */
        letter-spacing: -0.4px;
        color: var(--color-black, #000);
    }

    .cls_smiley_text_2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: var(--color-grey-60, #434343);
    }

    .cls_decor_black_paper {
        position: absolute;
        width: 20px;
        height: 17px;
        background: var(--color-black, #000);
        transform: rotate(125deg);
        top: 30px;
        left: 170px;
        z-index: 10;
    }

    .cls_decor_yellow_top_paper {
        position: absolute;
        width: 25px;
        height: 15px;
        background: var(--color-brand-yellow, #FFB900);
        transform: rotate(45deg);
        top: 150px;
        right: 90px;
        z-index: 10;
    }

    .cls_decor_yellow_bottom_paper {
        position: absolute;
        width: 18px;
        height: 14px;
        background: var(--color-brand-yellow, #FFB900);
        transform: rotate(15deg);
        bottom: 60px;
        left: 80px;
        z-index: 10;
    }

    .cls_decor_purple_bottom_paper {
        position: absolute;
        width: 22px;
        height: 16px;
        background: var(--color-brand-purple, #A230C1);
        transform: rotate(45deg);
        bottom: 140px;
        right: 104px;
        z-index: 10;
    }

    .cls_decor_purple_top_paper {
        position: absolute;
        width: 21px;
        height: 17px;
        background: var(--color-brand-purple, #A230C1);
        transform: rotate(37deg);
        bottom: 30px;
        right: 360px;
        z-index: 10;
    }

    .cls_decor_black_top_paper {
        position: absolute;
        width: 22px;
        height: 16px;
        background: var(--color-black, #000);
        transform: rotate(125deg);
        top: 150px;
        right: 230px;
        z-index: 10;
    }
}