/*Media Query Start*/

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .banner_img img {
        position: absolute;
        left: 6%;
        height: 95vh;
        width: auto;
        bottom: -8px;
        z-index: -1;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner_img img {
        position: absolute;
        left: 0%;
        height: 95vh;
        width: auto;
        bottom: -8px;
        z-index: -1;
    }
    .banner_text h1 {
        font-size: 102px;
    }
    .Youth {
        /* display: flex; */
        text-align: start;
        align-items: center;
        /* background: #dad8d9; */
        position: absolute;
        bottom: 58px;
        width: 30%;
        overflow: hidden;
        background-image: url(../images/Youth.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 12px 0;
        height: 27%;
        right: 4px;
    }
    .consectetur {
        text-align: start;
        background: #222223;
        padding: 14px;
        width: 190px;
        position: absolute;
        bottom: 74px;
        left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/