.why_plum_tips_hero
    @include phone
        padding: 18rem 12px 0
.why_plum_tips_main
    .col-lg-6
        padding: 0
        @include phone
            padding: 0 12px !important
    .why_plum_tips_bg
        background: #FFFFFF 0% 0% no-repeat padding-box
        box-shadow: 0px 3px 20px #00000014
        border-radius: 32px
        padding: 15.02px
        z-index: 99
        position: relative
    .why_plum_tips_image
        width: 100%
        height: auto
        @include phone
            margin-bottom: 1.2rem
        img
            width: 100%
            height: 100%
            object-fit: contain !important
    .why_plum_tips_description
        width: 88%
        margin: 0 auto
        margin-right: 0
        @include phone
            width: 100%
        @include tablet
            margin-top: 1.5rem
        ul
            list-style: none
            padding-left: 0
            li
                display: flex
                justify-content: space-between
                margin-bottom: 2rem
                height: 100%
                @include phone
                    margin-bottom: 1rem
                .description
                    width: calc( 100% - 100px )
                    height: 5.25rem
                    display: flex
                    flex-direction: column
                    justify-content: space-evenly
                    @include tablet-ls
                        height: auto !important
                    @include tablet
                        height: auto !important
                    @include phone
                        height: auto !important
                        width: calc( 100% - 60px )
                    h2
                        font-size: 1.625rem
                        font-weight: 600
                        color: #000
                        margin-bottom: 0
                        @include phone
                            font-size: 1.3rem
                            margin-bottom: .8rem
                    p
                        font-size: 1.25rem
                        font-weight: 400
                        color: #000
                        line-height: 24px
                        margin-bottom: 0
                        @include phone
                            font-size: 1rem
                            line-height: 21px
                span
                    width: 70px
                    height: 70px
                    padding: 25px
                    display: flex
                    align-items: center
                    justify-content: center
                    background-color: #1BB39410
                    border-radius: 50%
                    @include phone
                        width: 44px
                        height: 44px
                        padding: 12px
                    img
                        aspect-ratio: 1 / 1
                        width: 100%
                        height: auto
                        object-fit: contain
