
@media (max-width: 1200px) {

    .info h1 {
        font-size: 110px;
    }
    .info h2 {
        font-size: 55px;
        line-height: 55px;
    }

}

@media (max-width: 992px) {

    .info h1 {
        font-size: 56px;
        line-height: 62px;
    }
    .info h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .rabbit{
        width: 282px;
        background-size: 100%;
        height: 310px;
        margin: 100px auto 0;
    }
    .carrot {
        width: 233px;
        height: 224px;
        background-size: 100%;
        top: -83px;
        left: 25px;
    }

}

@media (max-width: 767px) {
    .rabbit {
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .info {
        text-align: center;
    }

}


@media (max-width: 440px) {

    .info p br{
        display: none;
    }

    .btn{
        display: block;
        margin: 20px;
    }

}