@media (min-width: 1600px){
    .project .image{
        height: 450px !important;
    }
    .project .image-block.h-350{
        height: 350px !important;
    }
    
}
@media (min-width: 1890px){
    .project .image{
        height: 550px !important;
    }
    .project .image-block.h-350{
        height: 450px !important;
    }
  
    h1{
        font-size: 19px !important;
    }
    h3{
        font-size: 17px !important;
        line-height: 23px !important;
    }
     h2{
        font-size: 20px !important;
        line-height: 25px !important;
    }
    p,a,label{
        font-size: 14px !important;
        line-height: 17px !important;
    }
    .ab-image{
        text-align: right;
        margin-right: 75px;
    }
    .project .image-block{
        margin: 110px 60px;
    }
    .project-img .block{
        margin: 90px;
    }
    .project-info{
        margin-left: 90px;
    }
}
@media (min-width: 2300px){
    .project .image{
        height: 600px !important;
    }
    .project .image-block.h-350{
        height: 500px !important;
    }
    .project-info p{
        max-width: 750px;
    }
      .our-team .img-block{
    max-width: 100% !important;
}
   
    p,a,label{
        font-size: 17px !important;
        line-height: 23px !important;
    }
     h1{
        font-size: 21px !important;
    }
    h3{
        font-size: 19px !important;
        line-height: 25px !important;
    }
    h2{
        font-size: 23px !important;
        line-height: 27px !important;
    }
    .about-info p{
        max-width: 85% !important;
    }
    .intellyze-right .logo img{
        width: 225px;
    }
    .project .image-block{
        margin: 125px 75px;
    }
     .project-img .block{
        margin: 115px;
    }
    .project-info{
        margin-left: 115px;
    }
}
@media (min-width: 3000px){
    .project .image{
        height: 750px !important;
    }
    .project .image-block.h-350{
        height: 650px !important;
    }
    p,a,label{
        font-size: 21px !important;
        line-height: 27px !important;
    }
     h1{
        font-size: 27px !important;
    }
    h3{
        font-size: 26px !important;
        line-height: 31px !important;
    }
    h2{
        font-size: 29px !important;
        line-height: 35px !important;
    }
     .intellyze-right .logo img{
        width: 300px;
    }
    .project .image-block{
        margin: 150px 90px;
    }
    }

@media (max-width: 1200px){
    .dsk{
        display: flex;
        width: 100% !important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .dsk .block{
        width: 50%;
    }
    .project .image-block{
        height: 500px !important;
        margin: 0 !important;
    }
     .project .block{
        padding: 15px;
     }
}
@media (max-width: 1024px){
	.project-img .block.h-700 {
    height: 500px;
}
.project-img .block.h-500 {
    height: 300px;
}
.project-img .block video{
   height: 300px;
	}
}
@media (max-width: 991px){
     .intellyze-right{
     	position: relative;
     	width: 100%;
     	text-align: center;
     	padding:35px 0;
          }
          .intellyze-right .info{
          	max-width: 385px;
          	margin:25px auto;
          }
          .social ul{
          	justify-content: center;
          }

     .intellyze-left{
     	width: 100%;
     }
     .intellyze-left .tab-logo{
     	display: flex !important;
    align-items: center;
    margin-left: 66px;
     }
     .intellyze-left .tab-logo img{
     	max-width:150px;
     }
     header{
     	display: flex;
     	justify-content:space-between;
     	align-content: center;
     }
     .about-info p{
        max-width: 100%;
        padding: 0;
        margin: 25px 0;
     }
}
@media (max-width: 767px){
     .project .image-block{
        height: 300px !important;
    }
	.project-info .content{
		padding-left: 0 !important;
	}
    .project-img .block{
    	margin: 10px;
    }
    .project-detail{
    	padding: 25px 0;
    }
    .project-info h1{
    	font-size: 27px;
    	padding-top: 25px;
    }
    .logo img{
    	max-width: 200px;
    }
    .intellyze-left{
    	padding: 10px;
    }
    .intellyze-left .nav li{
        padding-left: 15px;
    }
    .hamburger-menu{
    	left: 25px;
    }
    header{
    	margin-top: 17px;
    }
}

@media (max-width: 575px){
     .dsk .block{
        width: 100%;
    }
}