.content table {
  min-width: 850px;
  border: none;
  border-collapse: collapse
}
.content table thead th {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .02em;
  color: #dc0d15;
  vertical-align: text-top
}
.content table thead th:first-child {
  width: 18%;
  padding-left: 25px;
  text-align: left
}
.content table tbody tr:hover {
  background-color: #dc0D150D
}
.content table tbody td {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .02em;
  color: #4a4a49;
  text-align: center;
  vertical-align: top
}
.content table tbody td:first-child {
  width: 18%;
  padding-left: 25px;
  text-align: left
}
.content table tbody td a {
  color: #4a4a49
}
.content ul {
  list-style: disc;
  padding-left: 20px
}
.content ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .02em
}
.content h1 {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: .02em;
  color: #4a4a49;
  text-transform: uppercase
}
.content h2 {
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: .02em;
  color: #4a4a49;
  text-transform: initial
}
.content p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .02em;
  color: #000
}
@media (max-width:1024px) {
  .content table tbody td:first-child,
  .content table thead th:first-child {
    padding-left: 0
  }
}
@media (max-width:930px) {
  .content table {
    min-width: 800px
  }
  .content table tbody td,
  .content table thead th {
    font-size: 12px;
    line-height: 16px
  }
}
@media (max-width:768px) {
  .content h1 {
    font-size: 28px;
    line-height: 38px
  }
  .content h2 {
    font-size: 18px;
    line-height: 26px
  }
}