@media (max-width: 1400px) {
    body .jocurisigure-offers .wrapper {
        justify-content: center;
    }

    body .comparajocuri-who-we-are .wrapper img {
        width: 50%
    }
}

@media (max-width: 960px) {
    body header nav ul {
        justify-content: space-between;
    }

    body .menu-wrap .hamburger {
        right: 0;
    }

    body .offers-item  div img {
        width: max-content;
    }

    body .offers-item img {
        width: 100%;
    }

    body .comparajocuri-who-we-are .wrapper {
        flex-direction: column;
    }

    body .comparajocuri-who-we-are .wrapper img {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {


    body footer {
        padding: 40px 0;
    }

    body .top p {
        font-size: 8px;
        padding: 0 20px;
    }

    body .jocurisigure-best-casinos .container .wrapper h1 {
        font-size: 20px;
        line-height: 24px;
    }

    body .jocurisigure-best-casinos .container .wrapper p,
    .jocurisigure-best-casinos .container ul {
        display: none;
    }

    body .jocurisigure-best-casinos .container {
        padding: 10px;
    }

    body footer .wrapper {
        flex-direction: column;
    }

    body .jocurisigure-offers .offers-item .play-now{
        font-size: 14px;
    }

    body .jocurisigure-offers .offers-item p{
        height: unset;
    }

}

@media (max-width: 620px) {
    body .jocurisigure-offers .offers-item {
        width: 100%;
    }

    body .jocurisigure-best-casinos {
        padding: 0 20px;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {}