.as-promo-banner{display:flex;flex-wrap:nowrap;min-height:500px;position:relative}
.promo-image-wrapper{width:50%;position:relative;overflow:hidden}
.promo-image{width:100%;height:100%;object-fit:cover;display:block}
.promo-gradient-overlay{position:absolute;top:0;height:100%;width:100%;pointer-events:none;z-index:1}
.promo-gradient-overlay--desktop{background:linear-gradient(to right,transparent 60%,#000 100%);display:block}
.promo-gradient-overlay--mobile{background:linear-gradient(to top,#000 -36%,transparent 50%);display:none}
.promo-content{width:50%;background-color:#000;display:flex;align-items:center;padding:80px 60px}
.promo-content-info{max-width:560px;margin:0 auto}
.promo-heading{font-family:Oswald,sans-serif;font-size:40px;font-weight:600;margin-bottom:20px;text-transform:uppercase;line-height:1.2;color:#fff}
.promo-description{font-size:16px;line-height:1.6;margin-bottom:30px;color:#e0e0e0}
.promo-button{background-color:#ff5c1b;color:#fff;padding:1.25rem 6.7rem;border-radius:999px;text-transform:uppercase;font-weight:700;text-align:center;text-decoration:none;width:fit-content;transition:background .3s}
.promo-button:hover{background-color:#e34c0f}
@media screen and (max-width:1024px){
.promo-content{width:60%;padding:40px}
.promo-heading{font-size:34px}
.promo-content-info{width:100%}
.promo-description{font-size:15px}
.promo-button{padding:1rem 3rem;font-size:14px}
}
@media screen and (max-width:767px){
.as-promo-banner{flex-direction:column;min-height:auto}
.promo-image-wrapper{width:100%;height:auto}
.promo-image{object-fit:cover;height:320px}
.promo-content{width:100%;padding:12px 25px 42px 25px;flex-direction:column;align-items:flex-start;text-align:left}
.promo-content-info{width:100%}
.promo-heading{font-size:30px;line-height:1.2;margin-bottom:16px}
.promo-description{font-size:14px;line-height:1.5;margin-bottom:20px}
.promo-button{font-size:13px;padding:.9rem 2.5rem;background-color:#8b4513;margin:0 auto;display:block}
.promo-gradient-overlay--desktop{display:none}
.promo-gradient-overlay--mobile{display:block}
}