.how-to-get .text .title,h1{
    background: linear-gradient(90deg, #F72302 0%, #FFF 39.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform:uppercase;
}
h1{
    width: fit-content;
    font-family: "Chakra Petch";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 55.2px */
    letter-spacing: -1.15px;
    margin: 100px auto;
    text-align: center;
}
.how-to-get img{
    aspect-ratio: 102/115;
}
.banner .text .title{
    height: 183px;
    aspect-ratio: 93 / 61;
}
.free-spins{
    aspect-ratio: 68 / 11;
    height:40px;
}
@media screen and (min-width: 1024px) {
    .banner .text .title{
        height:300px;
        aspect-ratio: 163 / 107;
    }
}
@media screen and (max-width: 768px) {
    h1{
        font-size: 32px;
        margin: 50px auto;
    }
    .how-to-get{
        margin-top: 50px;
    }
}