@charset "UTF-8";

#cp + section .heading.block_header_2 .h  {
   font-style: italic;
   font-size: 3.8rem !important;
}
@media screen and (max-width: 900px) {
   #cp + section  .heading.block_header_6.align-left .h:after  {
       left: calc(50% - 40px);
   }
   #cp + section .heading.block_header_6 .h, 
#cp + section .heading.block_header_6 p {
       margin: 0 auto;
   }
#cp + section .heading.block_header_2  { 
       text-align: center; 
   }
}
@media screen and (max-width: 800px) {
  #cp + section .heading.block_header_2 .h {
       font-size: 2.5rem !important;
   }
}
/*#c2*/
@media screen and (max-width: 768px) {
a#c2 +div .inner_item:nth-child(1) {
    padding-bottom: 120px;
}
}