﻿.icon {
  position: relative;
  padding-left: 120px;
}
.icon:before {
  width: 91px;
  height: 82px;
  display: block;
  background: url(../images/materiality_top_human_rights.png) no-repeat 0 center;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.background-arrow {
  background: #fff url("../../environment/images/index_arrow.gif") no-repeat center center;
  min-height: 25px;
}
table.approach-table thead tr th {
  text-align: center !important;
}
table.approach-table tbody tr td:nth-last-of-type(1),
table.approach-table tbody tr td:nth-last-of-type(2) {
  text-align: center !important;
  vertical-align: middle !important;
}

.materiality_lead {
  font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .materiality_lead {
    font-size: 1.55rem;
  }
}