.text-std {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.text-std p {
    font-weight: normal;
}

.text-std .text-huge {
    font-size: 1.8em;
    line-height: 1.3;
}

.text-std  .text-big {
    font-size: 1.4em;
    line-height: 1.3;
}

.text-std .text-small {
    font-size: 0.85em;
    line-height: 1.3;
}

.text-std .text-tiny {
    font-size: 0.7em;
    line-height: 1.3;
}

.text-std span.marker {
    background: #f6881f;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
}

.text-std ol,.text-std ul {
    margin-bottom: 20px
}

.text-std ol li,.text-std ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px!important
}

.text-std ol li:before,.text-std ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f6881f;
    position: absolute;
    left: 0;
    top: 10px;
    display: block
}

.text-std ol li {
    counter-increment: b
}

.text-std ol li:before {
    top: 0;
    content: counter(b);
    background: transparent;
    color: #f6881f
}

.text-std table {
    width: 100%;
    margin: 30px 0
}

.text-std table thead th {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 15px;
    background: #f8f3e9;
    border-right: 1px solid #d8d8d8
}

.text-std table thead th:last-child {
    border-right: none
}

.text-std table tbody td {
    padding: 10px 15px;
    border-right: 1px solid #d8d8d8;
    font-size: 16px
}

.text-std table tbody td:last-child {
    border-right: none
}

.text-std table tbody tr:nth-child(2n) td {
    background: #f3f3f3
}

.text-std figure.image {
    text-align: center;
    margin:  auto;
    max-width: 700px;
}

.text-std figure.image.image-style-side {
    text-align: right
}

@media (max-width: 1680px) {
    .text-std {
        font-size: 16px;
        line-height: 28px
    }
    .text-std ol,.text-std ul {
        margin-bottom: 20px
    }

    .text-std ol li,.text-std ul li {
        font-size: 16px;
        line-height: 26px
    }

    .text-std ol li:before,.text-std ul li:before {
        top: 8px
    }

    .text-std ol li:before {
        top: 0
    }

    .text-std table {
        width: 100%;
        margin: 30px 0
    }

    .text-std table thead th {
        padding: 15px 10px
    }

    .text-std table tbody td {
        padding: 10px
    }
}

@media (min-width: 1023px) {
    .text-std {
        font-size: 15px;
        line-height: 25px
    }

    .text-std ol li,.text-std ul li {
        font-size: 15px;
        line-height: 24px
    }

    .text-std ul li:before {
        top: 7px
    }
}
@media (max-width: 767px) {
        .text-std table {
        width: 100%;
        margin: 30px 0
    }

    .text-std table thead th {
        padding: 8px 10px;
        font-size: 14px
    }

    .text-std table tbody td {
        padding: 6px 10px;
        font-size: 14px
    }
}