
.prox-feature-table {
  width: 100%;
  border-collapse: collapse;
}

.prox-feature-table td {
  vertical-align: middle;
}

.prox-feature-table .bg {
  background-color: #ecf0f1;
}

.prox-feature-table .icon {
  width: 10%;
  text-align: center;
}

.prox-feature-table .content {
  width: 40%;
  text-align: left;
  padding: 10px 12px;
  font-family: 'Roboto-Regular', Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.prox-feature-table .content strong {
  display: block;
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 4px;
}

.prox-feature-table img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
