@media (max-width: 767px) {
    body {

    }

}

@media (min-width: 768px) {
    body {
        background: none;
    }

    .main_area{
        height: 450px;
        padding: 50px 10px 0;
    }

    .main_area p{
        color: #fff;
    }
}

@media (min-width: 992px){

    body {
        background: url(../img/background/carnivore_top_area.png) center top no-repeat
    }

    .main_area {
        height: 450px;
        padding: 40px 0 0;
        position: relative;
        color: #fff;
    }

    .main_area_text{
        padding: 0 50px 50px 30px;
        font-size: 12px;
    }

    .bottom-align-text {
        position: absolute;
        bottom: 20px;
        right: 0;
    }
}

@media (min-width: 1200px){
    body {
        background: url(../img/background/carnivore_top_area.png) center top no-repeat
    }

    .main_area_text{
        padding: 20px 130px 50px 20px;
        font-size: 12px;
    }
}

.main_area p{
    color: #fff;
}

.page_banner_img{
    background: url(../img/background/carnivore_top_area.png) center top no-repeat;
    background-size: cover;
    min-height: 300px;

}
