.privacy_policy_text_sections_block{

}
.privacy_policy_text_sections_block h5{
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.privacy_policy_text_sections_block .subheading:before{
    content: '';
    width: 2px;
    height: 24px;
    position: absolute;
    left: 0;
    background-color: var(--gold);
}

.privacy_policy_text_sections_block .bullet-list-wrapper ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.privacy_policy_text_sections_block .bullet-list-wrapper li {
    padding-left: 30px;
    position: relative;
}

.privacy_policy_text_sections_block .bullet-list-wrapper li:before {
    /*content: url('./assets/bullets.svg');*/
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    background-color: var(--black);
    border-radius: 50%;
    top: 6px;
}
.privacy_policy_text_sections_block .bullet-list-wrapper li p {
    line-height: 20px;
    margin-bottom: 20px;
}

.privacy_policy_text_sections_block .autograph-row .autograph-image img{
    max-height: 80px;
}
.privacy_policy_text_sections_block .autograph-row .first-text-line{
    margin-bottom: 0;
}

@media(min-width: 1199.98px){
    .introduction_block h2 {
        margin-bottom: 60px;
    }
}
@media(max-width: 1199.98px) {
    .introduction_block h2 {
        margin-bottom: 30px;
    }

}
@media (max-width: 991.98px) {
    .introduction_block h2 {
        margin-bottom: 20px;
    }
    .introduction_block p {
        margin-bottom: 16px;
    }
    .introduction_block p.second-paragraph {
        margin-bottom: 0;
    }
    .introduction_block div.introduction_buttons {
        margin-top: 10px;
    }
}
