body {
    margin: 0
}

.wrapper {
    margin-left: 369px;
    margin-right: 369px;
    padding-left: 30px
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.1)
}

header img {
    height: 32px
}

.page-title {
    margin: auto;
    font-family: poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #000
}

p strong {
    font-family: poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 24px
}

ol {
    padding-inline-start:30px;margin-top: 24px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: item
}

li {
    display: block;
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f;
    padding-left: 10px
}

li::before {
    font-family: poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    text-align: right;
    color: #4f4f4f;
    content: counters(item,".") ". ";
    counter-increment: item
}

li.menu-item {
    margin-bottom: 16px
}

li strong {
    font-weight: 700
}

li a {
    color: #2f80ed
}

ol li ol {
    padding-inline-start:25px;margin-top: 16px;
    margin-bottom: 0
}

h3 {
    font-family: poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 24px;
    margin-block-start:32px;margin-block-end:0}

h3 strong {
    font-family: poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #4f4f4f
}

p {
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 5px;
    padding-left: 5px;
    color: #4f4f4f
}

p a {
    color: #2f80ed
}

table,td,th {
    border-collapse: collapse;
    border: 1px solid;
    text-indent: 0
}

table {
    border: none
}

figure {
    margin-inline-end:-10px!important;padding-right: 10px
}

td {
    padding: .5em
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .wrapper {
        margin-left:40px;
        margin-right: 40px;
        padding-left: 0
    }

    .page-title {
        font-size: 32px;
        line-height: 48px
    }

    header img {
        height: 32px
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        margin-left:16px;
        margin-right: 16px;
        padding-left: 0
    }

    header {
        height: 56px
    }

    header img {
        height: 24px
    }

    .page-title {
        font-size: 24px;
        line-height: 32px
    }

    h3 {
        font-size: 18px;
        line-height: 24px
    }

    p strong {
        font-size: 16px;
        line-height: 24px
    }

    li {
        font-size: 14px;
        padding-right: 10px
    }

    ol {
        gap: 10px
    }

    ol li ol {
        padding-inline-start:15px;margin-top: 10px
    }

    figure {
        margin-block-start:0!important;margin-block-end:0!important;margin-inline-start:0!important;margin-inline-end:-30px!important;padding-right: 10px
    }

    table {
        display: block;
        overflow: scroll;
        overflow-x: auto
    }

    li a strong {
        padding-right: 10px;
        word-break: break-all
    }
}
