
img {
  width: 100%;
}
.contable {
  margin-bottom: 9.375rem;
}
.contable table {
  border-right: 2px solid #808080;
  border-left: 2px solid #808080;
  color: #808080;
}
.contable td {
  /* width: 10.625rem; */
  width: 15rem;
  border-left: 2px solid #808080;
  border-bottom: 2px solid #808080;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.contable td:first-child {
  border-left: none;
}
.tabletitle {
  background-color: #f2f2f2;
  font-size: 3.125rem;
  font-weight: 100;
  color: #005b47;
  height: 7.5rem;
  border: 2px solid #808080;
  box-sizing: border-box;
  line-height: 7.5rem;
}
.context {
  margin-top: 6.25rem;
  text-align: left;
  margin-bottom: 6.25rem;
}
.context h4 {
  font-size: 3.125rem;
  color: #005b47;
}
.context h5 {
  font-size: 2.125rem;
  color: #333;
  margin-bottom: 1rem;
}
.context h5.mt10 {
  margin-top: 2rem;
}
.context .line {
  width: 100%;
  height: 2px;
  background-color: #005b47;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.context p {
  color: #808080;
  font-size: 1.125rem;
  line-height: 2.5rem;
}