.section_title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 20px;
}
.table_item {
    padding-bottom: 20px;
}
.item_title {
    font-size: 20px;
    font-weight: bold;
}
.item_value{
    padding-left:10px;
}
.space-15 {
    padding-left: 15px;
}
.split_item {
    background: rgb(229 229 229);
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 47%;
    top:0;
    position: relative;
    transition: 0.2s;
    cursor:pointer;
}
.split_item:hover{
    transition: 0.2s;
    background: rgb(221, 221, 221);
    top: 2px;
}
.section_subtitle {
    text-align: center;
    padding-bottom: 20px;
}