How to remove the drop shadow effect on this text?

Shop URL: https://dayoff.shop/

You can just add the following code at the end of your theme.css file

@media only screen and (min-width: 750px) {
    .mega-subtitle,
    .mega-title {
        text-shadow: none;
    }
}