.fp-coupon-list {
    .fp-cmpny-box-list {
        .fp-cmpny-sub-list {
            .fp-coupon-offer {
                padding: 20px 24px;
                background: $bgPurple;
                position: relative;
                margin-top: -1px;
                min-height: 75px; 
                @include fpDflexAlignItemsCenter;
                @include fpBorderPattern;
                h4 {
                    margin: 0;
                    font-weight: $fontSemiBold;
                    color: $textBlack;
                    font-size: 16px;
                    @media only screen and (min-width: $xl_1601) {
                        font-size: 18px;
                    }
                }
                @media only screen and (max-width: $sm_767) {
                    padding: 15px;
                }
                @media only screen and (max-width: $xs_575) {
                    min-height: 50px;
                    h4 {
                        font-size: 14px;
                        line-height: normal;
                    }
                }
            }
            .fp-compny-body {
                .fp-cmpny-des {
                    width: 100%;
                    @media only screen and (max-width: $xs_575) {
                        min-height: 120px;
                    }
                }
                p {
                    margin: 0;
                }
            }
            .fp-movenext-btn {
                padding: 0 24px 24px;
                @media only screen and (max-width: $sm_767) {
                    padding: 0 15px 15px;
                }
            }
        }
    }
}
