.general-page-content {
  color: #000;
}

.general-page-content .block {
  margin-bottom: 50px;
}

.general-page-content .block .block-title {
  padding: 9px 10px;
  padding-left: 50px;
  background-color: #F2F2F2;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin-bottom: 30px;
}

.general-page-content .block .block-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 6px solid var(--color1);
}

.general-page-content .block .block-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.general-page-content .block .block-content ul {
  padding-left: 18px;
}

.link-button {
  min-width: 300px;
  background-color: #666;
  margin-bottom: 10px;
  padding: 5px 12px;
  border: 0;
  color: white;
  font-size: 20px;
  font-weight: 700;
  transition: .3s;
}

.link-button:hover {
  background-color: var(--color1);
}

.info-table {
  border-collapse: collapse;
  font-size: 18px;
}

.info-table tbody tr {
  border-bottom: 1px dotted #ddd;
}

.info-table tbody th, .info-table tbody td {
  padding: 23px 0;
  vertical-align: top;
}

@media (max-width: 575.98px) {
  .info-table tbody th, .info-table tbody td {
    display: block;
    width: 100%;
  }
}

.info-table tbody th {
  font-weight: 700;
  color: var(--color1);
}

@media (min-width: 768px) {
  .info-table tbody th {
    width: 180px;
    padding-right: 30px;
  }
}

@media (max-width: 575.98px) {
  .info-table tbody th {
    padding-bottom: 0;
  }
}

.info-table tbody td {
  font-weight: 300;
  color: #000;
}

@media (max-width: 575.98px) {
  .info-table tbody td {
    padding-top: 15px;
  }
}
