.a_content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 1rem;
  border-radius: 2px;
  background: #dff2fb;
  color: #0097d8;
  line-height: 1.45;
  letter-spacing: 0;
}
.a_content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.a_content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.a_content p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.a_content li {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.a_content table {
  font-size: 16px;
  border: 1px solid #ccc;
}
.a_content table tr td, .a_content table tr th {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.a_guide table td:nth-child(2) {
  text-align: right;
}

.rotary-guide-page .a_guide .rotary-guide-payment-card__image {
  justify-content: flex-start;
}
