#gaming .fullWidth {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background: linear-gradient(156.08deg, #2661D0 -7.82%, #1041AA 32.18%, #05359B 87.6%);
}

#gaming .pagePart {
    padding: 12rem;
    text-align: center;
}


#gaming .h1 {
    margin: 0 auto 5.6rem auto;
    width: max-content;
    font-size: 5.6rem;
    line-height: 7.2rem;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: solid 0.1rem #ffffff;
}

#gaming .text {
    font-size: 2.2rem;
    line-height: 2.9rem;
    font-weight: 400;
}

#gaming .button {
    padding: 1.7rem 8.2rem 1.7rem 3.2rem;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
    background-color: #E40428;
    background-size: 2.2rem 2.2rem;
    background-position: center right 3.2rem;
    border: none;
}

#gaming .button.arrowDown {
    background-image: url("../../images/icons/arrow-down-white.svg");
}

#gaming .button.arrowRight {
    background-image: url("../../images/icons/arrow-right-white.svg");
}



@media only screen and ((max-width: 1000px) or (orientation: portrait)) {
        
    #gaming .pagePart {
        padding: 4rem;
        text-align: center;
    }
    
    
    #gaming .h1 {
        margin: 0 auto 4rem auto;
        padding-bottom: 1.0rem;
        width: auto;
        font-size: 4.2rem;
        line-height: 4.5rem;
    }
    
    #gaming .text {
        font-size: 2.0rem;
        line-height: 2.7rem;
    }
    
    #gaming .button {
        padding: 1.5rem 8.0rem 1.5rem 3.0rem;
        font-size: 2.0rem;
        line-height: 2.0rem;
        background-size: 2.0rem 2.0rem;
        background-position: center right 3.1rem;
    }

}


/* ----------------- Mobile 360px ----------------- */
@media only screen and (max-width: 500px) {
        
    #gaming .pagePart {
        padding: 4rem;
        text-align: center;
    }
    
    
    #gaming .h1 {
        margin: 0 auto 4rem auto;
        padding-bottom: 1.0rem;
        width: auto;
        font-size: 4.2rem;
        line-height: 4.5rem;
    }
    
    #gaming .text {
        font-size: 2.0rem;
        line-height: 2.7rem;
    }
    
    #gaming .button {
        padding: 1.5rem 8.0rem 1.5rem 3.0rem;
        font-size: 2.0rem;
        line-height: 2.0rem;
        background-size: 2.0rem 2.0rem;
        background-position: center right 3.1rem;
    }
    
    
}


