@charset "utf-8";

.area_conts h2.h2_philosophy {
    font: inherit;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top:40px;
    margin-bottom:10px;

  }

  .area_conts p.values {
    font-size:18px;
    margin-top:0px;
    margin-bottom:5px;
  }

  .area_conts p.overview {
    text-indent: 1rem;
    margin-top:0px;
  }

  .area_conts p.statements {
  text-indent: 1rem;
  margin-top:10px;
  margin-bottom:10px;
  }

  .area_conts p.vision {
  font-size:18px;
  margin-top:10px;
  margin-bottom:10px;
  }

  .area_conts p.tracking {
  text-indent: 1rem; 
  margin-top:10px;
  margin-bottom:0px
  }

.area_conts h2.h2_environment {
    font: inherit;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top:50px; 
    margin-bottom:10px;

  }

.area_conts h2.h2_social {
    font: inherit;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top:50px; 
    margin-bottom:10px;

  }

.area_conts h2.h2_governance {
    font: inherit;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top:50px; 
    margin-bottom:10px;

  }

@media (max-width: 767px) {
  .will_toc ul {
    columns: 1;
  }
}


