.introduction {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}

.introduction>.introduction-img {
    border-right: 1px solid #44a0ba;
    align-items: center;
    padding-right: 30px;
    width: 100%;
    display: flex;
}

.introduction p {
    padding-bottom: 0 !important;
}

#track-record-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.track-record-item {
    border-right: 1px solid #44a0ba;
    width: 33%;
    height: auto;
    text-align: center;
}

#track-record-container>.track-record-item>span>h2 {
    color: #44a0ba;
    font-size: 34px;
    font-weight: bold;
    font-family: inherit;
}

#track-record-container>.track-record-item>span>h3 {
    border: none;
    padding: 0;
    margin: 0;
    color: black;
    line-height: 130%;
    font-size: 12.8px;
    font-weight: 700;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#track-record-container .track-record-item>span>p {
    margin-top: 20px;
}

#track-record-container .track-record-item:last-child {
    border-right: none;
}

#track-record-container>.track-record-item>.track-record-subitem {
    height: 50%;
}

#track-record-container>.track-record-item>.separator {
    border-top: 1px solid #44a0ba;
    width: 80%;
    margin: 0 auto;
}

#track-record-container>.track-record-item>.track-record-subitem>span>h2 {
    color: #44a0ba;
    font-size: 18px;
    font-weight: bold;
    font-family: inherit;
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

#track-record-container>.track-record-item>.track-record-subitem {
    display: flex;
    flex-direction: column;
    justify-content: center;
}