.fp-help-support
{
    .fp-help-support-box
    {
            padding: 40px;
            margin-top: 30px;
            border-radius: 24px;
            border: 1px solid $bgLightPink;
            display: flex;
            align-items: center;
            flex-direction: row;
            height: 100%;

            &:hover
            {
                background: rgb($bgLightPink, 0.2);
            }
    
            @media only screen and (max-width: $xl_1400) {
                padding: 30px;
            }
    
            @media only screen and (max-width: $sm_767) {
                padding: 20px;
                border-radius: 15px;
            }
            .support-img
            {
                width:10%;
                height:80px;
                @media only screen and (min-width: $xs_575) and (max-width: $md_991){
                    width:15%;
                }
                img
                {
                    object-fit: contain;
                    height: 100%;
                    width: 100%;
                }
            }
            .support-detail
            {
                width: 90%;
                @media only screen and (min-width: $sm_768) and (max-width: $md_991){
                    width:85%;
                }
            }
            .fp-head-24
            {
                color:$textPurple;
            }
    }
}