/* .service-content {

} */

.service-content li::marker {
    color: gray;
}

.service-content .param {
    font-size: 1.1rem !important;
    line-height: 1.8;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 1rem;
}

.service-content .italic {
    font-style: italic;
    font-weight: normal;
}

.service-content .title {
    font-size: 1.25rem !important;
    line-height: 1.5;
}

.service-content .sub-title {
    font-size: 1.2rem !important;
    line-height: 1.5;
}

.service-content .head-title {
    font-size: 1.7rem !important;
    line-height: 1.5;
}

.service-content .quote-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 3rem;
    border-left: 2px solid #446084;
    font-style: italic;
    font-size: 1.25rem !important;
}

.service-content .img-container img {
    width: 100%;
}

.service-content .img-container p {
    text-align: center;
    padding: .5rem 1rem;
    width: 100%;
    line-height: 1.5;
    font-size: 1rem;
    font-style: italic;
    background-color: rgba(0,0,0,.05);
}

.border-table td, .border-table th {
    border: 1px solid grey !important;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0
}

th, td {
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 1.1rem;
}

    td.border-cell {
        border: 1px solid grey;
    }

    th:first-child, td:first-child {
        padding-left: 0
    }

    th.border-cell:first-child, td.border-cell:first-child {
        padding-left: .5rem;
    }

    th:last-child, td:last-child {
        padding-right: .5rem;
    }

    th.border-cell:last-child, td.border-cell:last-child {
    }


.dark th, .dark td {
    border-color: rgba(255,255,255,.08)
}

td label, td .label, td input, td select, td form, td dl, td p {
    margin: .5em 0
}

label {
    color: #222
}

.table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}