.products-body .title {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #fff;
    margin-bottom: 10px;
}

.products-body {
    padding: 33px;
    padding-top: 0;
}

.section-products {
    background-color: #020c19;
    padding-top: 150px;
    padding-bottom: 215px;
    position: relative;
}

.page-content__description>p:not(:last-child) {
    margin-bottom: 10px;
}

.services-header ul li a {
    text-align: center;
    padding: 15px 0px;
    background-color: rgba(6, 63, 129, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #00c6ff;
    border-radius: 11px;
    width: 420px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-services {
    background-color: #020c19;
    padding-top: 80px;
    padding-bottom: 1px;
    position: relative;
    z-index: 1;
}


ol>li {
    font-size: 14px;
    color: #fff;
}


.services-header ul li.is-current a {
    background-color: #00c8ff00;
}

.services-header ul li.is-current a .title {
    color: #ffffff;
}

.services-header ul li.is-current a .icon img {
    -webkit-filter: none;
    filter: none;
}

.services-header ul li.is-current a:hover {
    background-color: #00c6ff;
}

.services-header ul li.is-current a:hover .icon img {
    -webkit-filter: invert(1) brightness(0);
    filter: invert(1) brightness(0);
}

.page-content__about .vision-item {
    height: 280px;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
    padding: 10px 20px !important;
    border: 1px solid rgb(255 255 255) !important;
    line-height: 1.5;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
    border-right: 1px solid #fff !important;
}