@media (max-width: 1200px) {

    body .hobbitvibe-leaders .container {
        padding: 40px 20px;
        width: calc(100% - 40px);
    }

    body h1{
        font-size: 48px;
    }

    body .contact-us .wrapper img{
        width: 50%;
    }
}

@media (max-width: 960px) {

    body .wrapper-games {
        justify-content: center;
    }

    body .funreelsplanet-about-slot .wrapper
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    body .contact-us .wrapper{
        flex-wrap: wrap;
    }

    body .contact-us .wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }

    body .contact-us .wrapper img{
        width: 100%;
    }
}

@media (max-width: 768px) {

    body .wrapper-header .container div{
        padding: 20px 0 40px 0;
    }

    body .wrapper-header{
        background-position: center;
    }

    body h1{
        font-size: 36px;
    }
    
}

@media (max-width: 620px) {}

@media (max-width: 480px) {
    body h1{
        font-size: 30px;
    }

    body .terms h1{
        word-break: break-word;
        font-size: 24px;
    }
    
    body .terms h2{
        font-size: 22px;
    }

    body h2{
        font-size: 24px;
    }
}