
            html body .xdr-hero p:empty,
            html body .xdr-home-vembu .xdr-hero p:empty {
                display: none !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            html body .xdr-hero,
            html body .xdr-home-vembu .xdr-hero {
                padding-bottom: 24px !important;
            }

            html body .xdr-section-after-hero,
            html body .xdr-home-vembu .xdr-section-after-hero {
                padding-top: 30px !important;
            }

            html body.home .xdr-home-vembu .xdr-hero {
                padding-bottom: 0 !important;
            }

            @media (max-width: 800px) {
                html body .xdr-hero,
                html body .xdr-home-vembu .xdr-hero {
                    padding-bottom: 22px !important;
                }

                html body.home .xdr-home-vembu .xdr-hero {
                    padding-bottom: 0 !important;
                }

                html body .xdr-section-after-hero,
                html body .xdr-home-vembu .xdr-section-after-hero {
                    padding-top: 26px !important;
                }
            }
        