@charset "UTF-8";

#line + section .content_wrapper .heading.block_header_1{
  margin-bottom: 10px;
}

#line + section .content_wrapper .inner_item_img a{
  max-width: 80px;
  max-height: 80px;
  display: block;
  margin: 40px auto;
  transition: 0.4s ease-in-out;
}

#line + section .content_wrapper .inner_item_img a:hover{
  opacity:0.7;
}

#line + section .heading.block_header_1 .h{
  font-size: 3rem;
}

@media screen and (max-width: 800px){
  #line + section .heading.block_header_1 .h{
    font-size: 2.3rem;
  }

  #line + section .content_wrapper .inner_item_img a{
    max-width: 60px;
    max-height: 60px;
    margin: 30px auto;
  }
}