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

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

    margin: 2px 0;

}

@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__list-inner-text p {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: justify;

}

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

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