.wv-text-list {
    position: relative;
    margin-top: 5em;
    overflow: hidden;
    z-index: 1;
}
.wv-text-list .text-ul {
    margin: -2.5em 0 0;
    padding: 0;
    display: inline-block;
}
.wv-text-list .text-li {
    list-style: none;
    float: left;
}
.wv-text-list .text-li:nth-of-type(2n)+ li {
    clear: both;
}
.wv-text-list .wv-text-box {
    max-width: 373px;
    text-align: left;
    margin-top: 2.5em;
    padding: 0 3.125em;
    box-sizing: content-box;
}
.wv-text-list .wv-text-box h3 {
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
}
.wv-text-list .wv-text-box p {
    margin: 8px 0 0;
    color: #333;
}
.wv-text-list .wv-text-box .wv-link {
    display: inline-block;
    margin: 6px 0 0;
    font-size: 14px;
    color: #3bacf8;
}

@media (min-width: 992px) {
    .wv-text-list .wv-text-box .wv-link:hover {
        color: #2659A8;
    }
}

@media (max-width: 991px) {
    .wv-text-list .text-li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wv-text-list {
        margin-top: 3em;
    }
    .wv-text-list .text-ul {
        margin-top: -2em;
    }
    .wv-text-list .text-li {
        width: 100%;
    }
    .wv-text-list .wv-text-box {
        max-width: none;
        padding: 0;
        margin-top: 2em;
    }
}

.wv-service-price {
    margin-top: 4em;
}
.wv-service-price ul {
    margin: 0 -12px;
    overflow: hidden;
}
.wv-service-price li {
    width: 50%;
    float: left;
}
.wv-service-price .price-box {
    margin: 0 12px;
    padding: 2.375em 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 8px;
    box-sizing: border-box;
}
.wv-service-price .price-box.one {
    border-color: rgba(42, 93, 186, 0.5);
}
.wv-service-price .price-box.two {
    border-color: rgba(252, 182, 130, 0.5);
}
.wv-service-price .price-box.three {
    border-color: rgba(142, 186, 192, 0.5);
}
.wv-service-price .price-box h4 {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 700;
}
.wv-service-price .price-box.one h4 {
    color: #2a5dba;
}
.wv-service-price .price-box.two h4 {
    color: #fcb682;
}
.wv-service-price .price-box.three h4 {
    color: #78adb4;
}
.wv-service-price .price-box p {
    color: #ccc;
    margin-bottom: 2.4em;
}
.wv-service-price .price-box .price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.wv-service-price .price-box .price span {
    font-size: 1.5em;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
}
.wv-service-price .price-box .price strong {
    margin: 0 8px 0 5px;
    font-size: 2.125em;
    color: #333;
    font-weight: 700;
    line-height: 1;
}
.wv-service-price .price-box .price em {
    color: #333;
    font-style: normal;
}

@media (max-width: 991px) {
    .wv-service-price li {
        width: 100%;
    }
    .wv-service-price li+ li {
        margin-top: 10px;
    }
    .wv-service-price .price-box {
        padding: 1.5em 10px;
    }
    .wv-service-price .price-box h4 {
        font-size: 1.5em;
    }
    .wv-service-price .price-box p {
        margin-bottom: 1.5em;
    }
}

.wv-price-table {
    margin-top: 3.75em;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow-x: auto;
}
.wv-price-table .price-table {
    text-align: center;
    table-layout: fixed;
    min-width: 940px;
}
.wv-price-table .price-table th {
    padding: .75em 0;
    background: #2a3d65;
    color: #fff;
    font-weight: 400;
}
.wv-price-table .price-table th+ th {
    border-left: 1px solid #e1e1e1;
}
.wv-price-table .price-table td {
    padding: .75em 10px;
    color: #333;
    font-size: 14px;
    border-left: 1px solid #e1e1e1;
}
.wv-price-table .price-table td:first-child {
    padding: .75em 1.5em;
    text-align: left;
    font-size: 16px;
    border-left: 0;
}
.wv-price-table .price-table tr:nth-child(even) td {
    background: #f7f8fa;
}
.wv-price-table .price-table tr+ tr td {
    border-top: 1px solid #e1e1e1;
}
.wv-price-table .price-table p {
    margin: 5px 0 0;
}
.wv-price-table .table-text {
    display: inline-block;
    padding: 1em;
}
.wv-price-table .wv-service-btn {
    font-size: 1em;
    height: 43px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .wv-service-price {
        margin-top: 2.5em;
    }
    .wv-price-table {
        margin-top: 2em;
    }
    .wv-price-table .price-table th:first-child {
        width: 280px;
    }
}


