.page-part {
    padding: 200px 0;
}
.flat-title {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}
.text-split {
    width: 15px;
    height: 3px;
    background-color: #007ac5;
}
.description {
    padding-bottom: 30px;
}
.description-info {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.match,
.share {
    background-color: #f7f7f7;
}
.record table {
    width: 100%;
    font-size: 20px;
}
.record table td {
    padding: 10px 0 10px 20px;
    text-align: left;
}
.record .data td {
    font-size: 30px;
}
.record table tr:first-child td {
    line-height: 20px;
    padding: 0 0 0 20px;
    border-left: 5px solid #333;
}
.record table tr:last-child td {
    padding: 10px 0 0 20px;
    line-height: 30px;
}
.page-footer .page-card-body {
    top: 30%;
}
.page-footer p {
    font-size: 16px;
}
.page-footer h1 {
    color: #0068b7;
    font-weight: bold;
}
@media (max-width: 1000px) {

}