/*lg*/
@media (max-width: 1199.98px) {
    .header__screen iframe {
        width: 100%;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right:10px;
    }
}
/*md*/
@media (max-width: 991.98px) {
    .header, .stud {
        background-size: cover;
    }
    .stud {
        padding: 60px 0 60px 0;
    }
    .header__title, .target__name, .stud__title, .people__title {
        font-size: 30px;
    }
    .header__text, .target__text, .stud__desc, .stud__list, .people__text  {
        font-size: 16px;
    }
    .header__video {
        margin-top: 50px;
    }
    .header__logos {
        padding:15px 0 15px;
    }
    .jlogo {
        margin-bottom: 10px;
    }
    .stud__button {
        margin:40px 0 50px 0;
    }
    .people {
        padding:60px 0 60px 0;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
        width: 20px;
        height: 23px;
        background-size: cover;
    }
    .owl-carousel .owl-nav button.owl-next {
        right:-10px;
        width: 20px;
	    height: 23px;
        background-size: cover;
    }
    .footer__col {
        text-align: center;
    }
    .yellow__button {
        font-size: 15px;
        width: 260px;
    }
}
/*sm*/
@media (max-width: 767.98px) {
    .header__title, .target__name, .stud__title, .people__title {
        font-size: 26px;
    }
    .target__left, .target__right {
        padding:0;
    }
    .target__right {
        margin-top: 40px;
    }
    .yellow__button {
        width: 240px;
    }
}
/**/
@media (max-width: 575.98px) {
	
}