
.apply_promo_code{
    margin-top: 100px;
    text-align: center;
}
.apply_promo_code h2{
    width: fit-content;
    margin: 20px auto;
    background: linear-gradient(90deg, #F72302 0%, #FFF 39.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Chakra Petch';
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
}
@media screen and (min-width: 1024px) {
 .apply_promo_code h2{
    font-size: 46px; 
 }
}