@charset "UTF-8";

#company_2 + div .inner_item:nth-of-type(2){
    display: none;
}
#company_2 + div .inner_item:nth-of-type(1){
    width: 100%!important;
    margin: 0 auto!important;
}
@media screen and (min-width:921px){
  #company_2 + div .inner_item:nth-of-type(1) .inner_item_img,
  #company_2 + div .inner_item:nth-of-type(1) .inner_item_txt .heading{ 
    height:300px!important;
  } 
}

@media screen and (max-width:920px){
  #company_2 + div .inner_item:nth-of-type(1) .inner_item_img,
  #company_2 + div .inner_item:nth-of-type(1) .inner_item_txt .heading{ 
    height:300px!important;
  } 
}

@media screen and (max-width:900px){
  #company_2 + div .inner_item:nth-of-type(1) .inner_item_img,
  #company_2 + div .inner_item:nth-of-type(1) .inner_item_txt .heading{ 
    height: 40vw!important;
    min-height: 200px;
  } 
}

@media screen and (max-width:480px){
    #company_2 + div .inner_item:nth-of-type(1){
        width: 100%!important;
    }
}