.documentation__content {
    position: relative;
    margin-bottom: 20px;
}

@media (hover: hover), screen and (min-width: 0\0 ) {
    .documentation__content a:focus,
    .documentation__content a:hover {
        color: #bc2539;
    }
}

.documentation__content a {
    display: block;
    font-size: 19px;
    line-height: 36px;
    color: #231f20;
    font-weight: 500;
    padding-left: 29px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;

    margin: 2px 0;
}

.documentation__content a.bold-link{
    font-weight: 700;
}


@media (hover: hover), screen and (min-width: 0\0 ) {
    .documentation__content a:focus,
    .documentation__content a:hover {
        color: #bc2539;
    }
}
.documentation_container {
    padding: 0 128px;

}

@media(max-width: 1500px){

}

@media(max-width: 1500px){
    .documentation_container {
        padding: 0;

    }
}

.information__text p.information__text_header{
    font-size: 2rem;
}

@media(max-width: 640px){
    .information__text p.information__text_header{
        font-size: 1.5rem;
    }
}

.information__text p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #000000;
}

.information__header p {
    padding-top: 35px;
}

.information__text_bottom p {
    font-size: 25px;
    font-weight: 700;
    padding-top: 35px;
    color: #bc2539;
}

.information__list-inner-text p {
    font-weight: 500;
    font-size: 19px;
    color: #000000;
    text-align: justify;
    line-height: 1.375;
}

.documentation__content_bottom {
    position: relative;
    margin-bottom: 20px;
}

.documentation__content_bottom a {
    display: block;
    font-size: 19px;
    line-height: 36px;
    color: #231f20;
    padding-left: 29px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-weight: 500;

    margin: 2px 0;
}