.paragraph--type--titles.page_title {
    color: var(--neutral-700);
    font-family: var(--opensans);
    --_fsize-min: 24;
    --_fsize-max: 48;
    font-weight: 300;
    line-height: 1;
    margin-block-end: 24px;
}

.paragraph--type--titles.section_title {
    margin-block-end: 24px;
    --_fsize-max: 24;
    --_fsize-min: 24;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid var(--secondary-200);
    margin-block-end: 24px;
}

.paragraph--type--titles.section_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 1px;
    background: var(--primary);
    translate: 0 1px;
}