.right_content_txt > div {
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.right_content_txt > div > .title_text {
    margin-bottom: 10px;
    text-align: left;
}
.right_content_txt > div .right_wrapper_txt_desc {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
.right_content_txt > div .right_cont_part {
    margin-bottom: 15px;
}
.right_content_txt > div div:nth-child(even) > span {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
}
.right_content_txt > div .right_last_part {
    margin-bottom: 25px;
}
.right_last_part a.button_big {
    height: 40px;
    line-height: 40px !important;
    padding: 0 30px;
    font-size: 16px;
}

