.section-title {
    font-size: 50px;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.section-title .underline {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
    text-decoration-color: var(--orange);
}

.section-subtitle {
    font-size: 20px;
    color: black;
    max-width: 360px;
    margin: 0 auto 48px;
    line-height: 1.6;
    font-weight: 500;
}


.mark {
    position: relative;
    /*padding-bottom: 20px;*/
}

.mark::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -5px;
    width: 111px;
    max-width: 100%;
    height: 12px;
    background: url('../../img/header-stroke.svg') no-repeat left center / contain;
}

.mark-reverse {
    position: relative;
    /*padding-bottom: 20px;*/
}

.mark-reverse::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 111px;
    max-width: 100%;
    height: 12px;
    background: url('../../img/Vector%207orange.svg') no-repeat left center / contain;
}

.mark-reverse2 {
    position: relative;
    /*padding-bottom: 20px;*/
}

.mark-reverse2::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -12px;
    width: 111px;
    max-width: 100%;
    height: 12px;
    background: url('../../img/Vector%207black.svg') no-repeat left center / contain;
}
.mark-reverse-pr {
    position: relative;
    /*padding-bottom: 20px;*/
}

.mark-reverse-pr::after {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -10px;
    width: 111px;
    max-width: 100%;
    height: 12px;
    background: url('../../img/Vector%207orange.svg') no-repeat left center / contain;
}
