.top {
    display: flex;
    flex-direction: row;
}

.left {
    width: 55%;
    padding: 0 0 0 10%;
    display: flex;
    flex-direction: column;
}
.left h1 {
    text-align: center;
}
.left .highlight {
    color: #fbe63f;
}

table {
    width: 25.5vw;
    margin-top: 24px;
    border-spacing: 12px;
    align-self: center;
}
table caption {
    margin-bottom: 12px;
    font-weight: 600;
}
table th {
    text-align: left;
    font-weight: 600;
}
table a {
    text-decoration: underline;
    color: #7d6f5c;
}
table a:visited {
    color: #7d6f5c;
}

.img-tom {
    height: 350px;
    position: sticky;
    padding-left: 40px;
}

.list {
    width: 25.5vw;
    align-self: center;
    line-height: 24px;
    font-weight: 500;
}
.list li:nth-child(1) {
    margin: 2px 0 4px 0; 
    font-size: 14px;
}
.list ol p:first-child {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
}
.list:last-child {
    margin-top: 24px;
}