.page {
    padding-top: 32px;
}
.page .container{
    max-width: 1080px;
}
.page-title-wrapper {
    text-align: center;
    margin-bottom: 32px;
}
.page-title-wrapper .h1 {
    margin-bottom: 16px;
    color: #2AA466;
}
.page-title-wrapper .subtext p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}
.ol-title {
    display: inline-block;
    width: calc(100% - 36px);
}
.page ol {
    list-style: auto;
    list-style-position: inside;
}
.block {
    margin-top: 16px;
}
ol h2, ol>li::marker {
    font-size: 20px;
    color: #2AA466;
    font-weight: 700;
    vertical-align: top;
}

ol ul {
    margin-left: 40px;
    list-style-type: disc;
    margin-block: 16px;
}

ol ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

ol p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
ol p:is(:last-child) {
    margin-bottom: 0;
}

strong {
  font-weight: bold;
}

ol a {
  color: #2980b9;
  text-decoration: none;
}

ol a:hover {
  text-decoration: underline;
}
.m-0 {
    margin: 0 !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
ol>li:not(:last-child) {
    margin-bottom: 32px;
}

.page table {
  all: unset;
  width: 100%;
  border-collapse: collapse;
  display: table;
  margin-block: 16px;
}

.page table th,.page table td {
  border: 1px solid #dddddd;
}

.page table th, .page table td {
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}
.page table th {
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

@media (max-width: 479px) {
    ol ul {
        margin-left: 34px;
    }
    ol h2, ol>li::marker {
        font-size: 18px;
    }
    .page table th, .page table td {
        font-size: 15px;
        padding: 8px;
    }
    ol>li:not(:last-child) {
        margin-bottom: 24px;
    }
}