.cus-content {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 3.9%;
  min-width: 960px;
}
@media (max-width: 991px) {
  .cus-content {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cus-content {
    margin-bottom: 30px;
  }
}

.cus-txt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.65rem;
}
.cus-txt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: .3rem;
}
.cus-txt p {
  margin-top: .3rem;
  line-height: 1.2;
}
.cus-txt ul.list-dot {
  list-style-type: disc;
  padding-left: 30px;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.cus-txt ul.list-dot ul {
  list-style-type: circle;
  padding-left: 30px;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.cus-content table td {
  border: none;
  text-align: left;
}
.cus-content table thead tr td {
  background-color: #eee;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.cus-content table tr:not(:first-child) td {
  border-top: 1px solid #ddd;
}
.cus-content table td:not(:first-child) {
  border-left: 1px solid #ddd;
}
.cus-content table tr:nth-child(even) {
  background-color: #fff;
}
