﻿@media screen and (min-width: 1024px) {
.icon {
  position: relative;
  padding-left: 120px !important;
  margin-top: 0px;
}
.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;
}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.icon {
  position: relative;
  padding-left: 120px !important;
  margin-top: 30px;
}
.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;
}
}
@media screen and (max-width: 767px) {
.icon {
  position: relative;
  padding-left: 105px !important;
  margin-top: 20px;
}
  .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: -15px;
  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.2rem;
}

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