.hero-logo {
    -webkit-filter: drop-shadow(0px 0px 5px #0000005e);
    filter: drop-shadow(0px 0px 5px #0000005e)
}

.hero-bottom-image{
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}