/* .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%);
}

.hero-bottom-text {
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #000;
    font-weight: 700;
    letter-spacing: 3px;
    color: #000;
}

@media screen and (max-width: 992px) {
    .hero-bottom-text {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: 1px #fff;
        font-weight: 700;
        letter-spacing: 3px;
        color: #fff;
    }
}
