.page-static .section-title {
    position: relative;
    padding-left: 33px;
    margin-bottom: 30px;
    color: var(--primary);
    font-weight: bold;
}

.page-static .section-title::after {
    content: '';
    background-image: url(../images/after-title.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 35px;
    position: absolute;
    top: -9px;
    left: 0;
}

.page-static p {
    margin-top: 0;
    margin-bottom: 30px;
}

.page-static strong {
    color: var(--primary);
}

.page-static a {
    text-decoration: underline;
}

.page-static ol {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 30px;
}

.page-static ol:last-child {
    margin-bottom: 0;
}

.page-static ol li {
    position: relative;
    padding-left: 27px;
    letter-spacing: .3px;
}

.page-static ol li::after {
    content: '';
    background-image: url(../images/after_tab.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 17.18px;
    height: 15.68px;
    position: absolute;
    top: 7px;
    left: 0;
}

.page-static .title-page {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.page-static .title-page h1 {
    color: var(--primary);
    margin-bottom: 0;
    word-break: break-word;
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 50px;
    font-style: normal;
    font-weight: 250;
    line-height: 65px;
}

.page-static .sub-title {
    color: rgba(19, 20, 54, 0.5);
    opacity: 0.5;
    /* font-size: 14px; */
    line-height: 29px;
    margin-top: 20px;
}

.page-static .section {
    margin-bottom: 50px;
}

.page-static .section:last-child {
    margin-bottom: 0;
}

.page-static .border-page-static {
    padding-top: 54px;
    margin-bottom: 128px;
}
