.page_about {
    padding-top: 0;
    padding-bottom: 0;
}
.page-descr {
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 60px;
    font-weight: 500;
    font-family: var(--raleway-family);
    font-size: 14px;
    line-height: 130%;
}
.page-descr strong, .page-descr b {
    font-weight: bold;
}
.page-descr p:not(.h1) {
    font-family: var(--montserrat-family);
    font-size: 16px;
    line-height: 20px;
}
.page-descr h1, .page-descr .h1 {
    margin-bottom: 30px;
}
.page-descr ul {
    list-style: disc;
    padding-left: 40px;
}
.page-descr ul li {
    margin-bottom: 15px;
    font-family: var(--montserrat-family);
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.page-descr ul li:last-child {
    margin-bottom: 0;
}
.page_digits {
    margin: 40px auto;
    display: flex;
    padding: 0;
    max-width: 720px;
}
.page_digits li {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    min-height: 83px;
}
.page_digits li + li {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 35px;
}
.page_digits-digit {
    font-family: var(--montserrat-family);
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #00594D;
    margin-bottom: 10px;
}
.page_digits-descr {
    font-family: var(--montserrat-family);
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.counter_animation {
    display: inline-block;
}
.counter_animation::before {
    display: block;
    content: attr(title);
    text-transform: uppercase;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-weight: bold;
}
@media screen and (max-width: 992px) {
    .page_digits {
        flex-wrap: wrap;
    }
    .page_digits li {
        flex: 0 0 50%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 35px;
    }
    .page_digits li:nth-child(2n-1) {
        border-left: unset;
    }
    .page_about .page_digits-digit {
        font-size: 33px !important;
    }
}
@media screen and (max-width: 768px) {
    .page_about .col8 {
        width: calc(100% - 28px);
    }
    .page_about .col4 {
        width: calc(100% - 28px);
    }
}

