.container.promo-wrapper {
    width: 1360px !important;
    margin-top: 60px;
    margin-bottom: 60px;
}

#aug-banner {
    width: 100%;
    background-image: url(../images/banner/back.webp);
    background-image: -webkit-image-set(url("../images/banner/back.webp") 1x,
            url("../images/banner/back@2x.webp") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

#aug-banner .banner-inner {
    width: 100%;
    height: auto;
    position: relative;
    gap: 36px;
}

#aug-banner .banner-main {
    margin-top: 2em;
    margin-bottom: 6em;
    margin-left: -9.5em;
}

#aug-banner .right {
    right: 0;
    bottom: 0;
}

#aug-banner .button,
#aug-banner .yellow-text,
#aug-banner .top-main p,
#aug-banner .bottom-main p {
    text-align: center;
}

#aug-banner .button,
#aug-banner .yellow-text,
#aug-banner .top-main p {
    font-weight: 800;
}

#aug-banner .yellow-text,
#aug-banner .top-main p {
    font-family: "reel-short";
    text-transform: uppercase;
    line-height: 0;
}

#aug-banner .top-main p,
#aug-banner .bottom-main p {
    color: #ffffff;
}

#aug-banner .button {
    width: 200px;
    height: 38px;
    border-radius: 19px;
    background-color: #86c83a;
    font-size: 17.5px;
    line-height: 17.5px;
    margin-top: 17px;
}

#aug-banner .button:hover,
#aug-banner .button:visited,
#aug-banner .button:active {
    text-decoration: none;
    color: white;
}

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

#aug-banner .yellow-text {
    font-size: 93.5px;
    color: #feb512;
    margin-top: -6px;
}

#aug-banner .top-main {
    width: 310px;
    height: 55.5px;
    background-color: #70bf14;
    filter: drop-shadow(7.431px 6.691px 0px rgba(0, 0, 0, 0.41));
    margin-bottom: -8px;
    rotate: -1.5deg;
}

#aug-banner .top-main p {
    font-size: 71.5px;
    padding-bottom: 23px;
    padding-left: 2px;
}

#aug-banner .bottom-main {
    width: 430px;
    height: 106.5px;
    background-color: #1261b4;
}

#aug-banner .bottom-main p {
    font-size: 26px;
    line-height: 34.5px;
    font-weight: 500;
}

#aug-banner .bottom-main span img {
    left: 0;
    bottom: -5px;
    width: 150px;
}

@media screen and (max-width: 1300px) {
    #aug-banner .banner-inner {
        gap: 67px;
    }

    #aug-banner .banner-main {
        margin-top: 4em;
        margin-left: 0em;
    }

    #aug-banner .main {
        width: 24em;
    }

    #aug-banner .yellow-text {
        font-size: 70.5px;
    }

    #aug-banner .right {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #aug-banner .banner-inner {
        flex-direction: column;
        gap: 50px;
        padding: 15px;
        margin: 0;
    }

    #aug-banner .banner-main {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .container.promo-wrapper {
        margin-bottom: 20px;
    }

    #aug-banner .banner-main {
        width: 100%;
    }

    #aug-banner .banner-cta {
        width: 100%;
        margin-left: 0em;
        margin-right: 0em;
    }

    #aug-banner .main {
        width: 60%;
        bottom: unset;
    }

    #aug-banner .button {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 567px) {
    #aug-banner {
        border-radius: 0;
        overflow: visible;
        background-position: bottom center;
        background-image: url(../images/banner/back-m.webp);
        background-image: -webkit-image-set(url("../images/banner/back-m.webp") 1x,
                url("../images/banner/back-m@2x.webp") 2x);
    }

    #aug-banner .banner-inner {
        padding-top: 33px;
        padding-bottom: 28px;
        gap: 45px;
    }

    #aug-banner .main {
        width: 114%;
        max-width: 400px;
        left: 50%;
        transform: translateX(-50%);
    }

    #aug-banner .yellow-text {
        font-size: 52px;
    }

    #aug-banner .top-main {
        width: 212px;
        height: 38px;
        filter: drop-shadow(2.459px 2.015px 0px rgba(0, 0, 0, 0.41));
    }

    #aug-banner .top-main p {
        font-size: 49px;
        padding-bottom: 15px;
    }

    #aug-banner .bottom-main {
        width: 301px;
        height: 76px;
    }

    #aug-banner .bottom-main p {
        font-size: 18px;
        line-height: 23.5px;
    }

    #aug-banner .bottom-main span img {
        bottom: -3px;
        width: 105px;
    }

    #aug-banner .button {
        width: 146px;
        height: 30px;
        border-radius: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    @supports (background: -webkit-named-image(i)) {
        #aug-banner .button {
            padding-top: 0;
        }
    }
}