.info-container {
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
}

.info-container .title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: 40px;
  margin-bottom: 32px;
}

.info-container .text {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
  margin-bottom: 26px;
  text-indent: 2em;
}

.info-container .bold-text {
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 12px;
}

.info-container .indent-text {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 12px;
}

.info-container .info-img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.info-container .picture-explanation {
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.info-container table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-color: #666666;
}

.info-container table thead {
  background-color: #edf5fa;
}

.info-container table thead tr th {
  padding: 12px 0;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.info-container table tbody tr td {
  padding: 8px 0;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.info-container table tbody tr td.products-type {
  color: #000000;
  font-weight: 700;
}

.info-container .no-margin-bottom {
  margin-bottom: 0;
}