.text-decoration-none {
    text-decoration: none;
}

#july-hero .july-inner .button:hover {
    text-decoration: none;
}

#july-hero p {
    font-family: 'Marker Felt Wide';
    margin: 0;
    padding: 0;
}

#july-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back.jpg);
    background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
            url("../images/hero/back@2x.jpg") 2x);
}

#july-hero .july-inner {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#july-hero .july-left {
    left: -13em;
}

#july-hero .july-right {
    right: -14em;
}

#july-hero .main {
    margin-top: 22px;
}

#july-hero .left-top {
    max-width: 285px;
    top: 129px;
    z-index: 1;
    font-size: 48px;
    line-height: 52px;
    rotate: -8deg;
    left: 126px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

#july-hero .left-bottom {
    left: 142px;
    bottom: 108px;
    z-index: 1;
    font-size: 49px;
    rotate: -8deg;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

#july-hero .button {
    bottom: 72px;
    left: 246px;
    width: 12em;
    height: 1.6em;
    border-radius: 1.1em;
    font-size: 1.8em;
    background-color: #f61d23;
    line-height: 0;
    gap: 10px;
    -webkit-box-shadow: 0px 0px 20px 4px rgb(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px 4px rgb(255, 255, 255, 0.8);
}

#july-hero .arrow {
    margin: 0;
    width: 18px;
}

#july-hero .right-bottom {
    rotate: 8deg;
    z-index: 1;
    font-size: 66px;
    bottom: 142px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    max-width: 324px;
    line-height: 69px;
    left: 224px;
}

#july-hero .right-bottom span {
    text-transform: lowercase;
}

@supports (background: -webkit-named-image(i)) {
    #july-hero .button {
        padding-top: 2px;
    }
}

@media screen and (max-width: 1380px) {
    #july-hero .july-left {
        display: none;
    }

    #july-hero .july-main {
        margin-left: -36em;
    }

    #july-hero .july-right {
        right: 4em;
    }
}

@media screen and (max-width: 991px) {
    #july-hero .july-left {
        display: flex;
        left: 6em;
    }

    #july-hero .main {
        visibility: hidden;
    }

    #july-hero .july-main {
        margin-left: 0;
    }

    #july-hero .july-right {
        right: 8em;
    }
}

@media screen and (max-width: 767px) {
    #july-hero .main {
        visibility: visible;
    }

    #july-hero img {
        max-width: unset;
    }

    #july-hero {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
                url("../images/hero/back-m@2x.jpg") 2x);
    }

    #july-hero .july-inner {
        flex-direction: column;
        width: 100% !important;
    }

    #july-hero .left-top {
        rotate: -8deg;
        left: 50%;
        transform: translateX(-61%);
    }

    #july-hero .left-bottom {
        top: 402px;
        left: 50%;
        transform: translateX(-51%);
        bottom: unset;
    }

    #july-hero .right-bottom {
        bottom: 242px;
        left: 50%;
        transform: translateX(-54%);
    }

    #july-hero .july-right {
        right: unset;
        position: relative;
    }

    #july-hero .button {
        bottom: 162px;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (max-width: 567px) {
    #july-hero .july-main .main {
        max-width: 400px;
    }

    #july-hero .button {
        bottom: 40px;
        left: unset;
        transform: unset;
        position: relative;
        font-size: 1.3em;
        line-height: 1px;
        gap: 7px;
    }

    #july-hero .arrow {
        margin: 0;
        width: 14px;
    }

    #july-hero .right-bottom {
        bottom: 107px;
        font-size: 42px;
        line-height: 48px;
        width: 250px;
    }

    #july-hero .left-top {
        left: 50%;
        transform: translateX(-59%);
        top: 65px;
        font-size: 24px;
        line-height: 26px;
    }

    #july-hero .left-bottom {
        font-size: 24px;
        top: 208px;
        transform: translateX(-50%);
    }

    #july-hero .main {
        margin-top: 13px;
    }
}