@charset "UTF-8";

#forCompanies + section .wrapper_item {
  width:48%;
  margin: 0 auto;
}

@media screen and (max-width:480px){
  #forCompanies + section .wrapper_item {
    width:100%;
  }
}

#forCompanies + section .inner_item_img {
  max-width:100%;
}

#forCompanies + section .inner_item_txt p{
  text-align:left;
}

#forCompanies + section .heading.block_header_2{
  margin-bottom:0;
}

#forCompanies + section .heading.block_header_2:before{
  content:none;
}

#forCompanies + section .heading.block_header_2 .h{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
    color: var(--i_main_color);
    border-bottom:none;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
}

#forCompanies + section .heading.block_header_2 .h:before{
    content:none;
}


@media screen and (max-width: 900px){
  #forCompanies + section .heading.block_header_2 .h {
    letter-spacing: 0 !important;
    font-size: 1.8rem !important;
  }
}

@media screen and (min-width:901px) and (max-width: 1350px){
  #forCompanies + section .heading.block_header_2 .h {
    letter-spacing: 0 !important;
    font-size: 2rem !important;
  }
}