.single-custom-page {
    padding: 40px 0;
}

@media screen and (min-width:1600px) {
    .single-custom-page {
        padding: 100px 0;
    }
}

.single-post .section-hero h1 {
    max-width: 1000px;
}

.single-custom-page ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.single-custom-page ol {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.single-custom-page h2 {
    color: #172440;
    font-family: "New Hero";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
@media screen and (max-width:767px){
  .single-custom-page h1{
    font-size: 30px;
  }
  .single-custom-page h2{
    font-size: 26px;
  }
  .table-custom{
    max-width: 100vw;
    overflow-x: scroll;
  }
}
.single-custom-page h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.single-custom-page li {
    margin-bottom: 10px;
}

.single-custom-page table {
    border-collapse: collapse;
    width: 100%;
}

.single-custom-page td,
.single-custom-page th {
    border: 1px solid #172440;
    text-align: left;
    padding: 8px;
}

.single-custom-page tr:nth-child(even) {
    background-color: #ddd;
}

.single-custom-page li,
.single-custom-page p {
    color: #171C26;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.single-custom-page a {
    color: #171C26;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-decoration: underline;
    word-break: break-word;
}
