/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {


   .section {
       
    margin-top: 50px;

    margin-left: 20px;

    margin-right: 0px;

    margin-bottom: 50px;
 
    }
    
    .heder_inner {
        margin-top: 50px;
        margin-left: 80px;
    }
    
    .mail {
        font-size: 22px;
        margin-left: 100px;
        margin-right: 60px;
    }
    
    .pic1 {
            width: 400px;
            height: 250px;
     }
    
    .about_iteam{
            width: 320px;
            height: 250px;        
    }
    
    .content1 {
            width: 400px;
   padding: 0px 50px 0px 0px;

    }
    
    .section_2_inner {
         margin-left: 50px;   
    }


}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

.mail {
        font-size: 30px;
    }
    .content1 {
         font-size: 43px;
    }
    
    .common_text {
        font-size: 30px;
    }
        .section_2_inner {
        display: block;
    }
    .content1 {
        width: 700px;
        padding-left: 60px;
    }
    .pic1 {
            width: 750px;
            height: 450px;
     }
    
    .about_iteam{
            width: 750px;
            height: 450px;        
    }
    .text_ {
        font-size: 40px;
        
    }
        .heder_inner {
          margin-right: 70px;
          justify-content: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 600px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
        /* */
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /* */
}