.embedded-table .team-logo-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.embedded-table .team-logo-wrapper {
    position: relative;
}

/* DEFAULT SIZE */
.embedded-table .team-logo-wrapper img {
    width: 34px;
    height: 34px;
}

.embedded-table .team-logo-wrapper.team-haas img,
.embedded-table .team-logo-wrapper.team-mercedes img,
.embedded-table .team-logo-wrapper.team-racingbulls img,
.embedded-table .team-logo-wrapper.team-astonmartin img {
    transform: translate(-50%, -50%) scale(2.25);
}

.embedded-table .team-logo-wrapper.team-ferrari img,
.embedded-table .team-logo-wrapper.team-audi img,
.embedded-table .team-logo-wrapper.team-williams img {
    transform: translate(-50%, -50%) scale(1.35);
}

.embedded-table .team-logo-wrapper.team-cadillac img {
    transform: translate(-50%, -50%) scale(1.25);
}

/* NORMAL PARAGRAPH */
#single-post-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #222;
}

/* SUBHEADLINE */
.article-subheading {
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 10px;
}

/* QUOTE */
.article-quote {
  margin: 20px 0;
  padding-left: 16px;
  border-left: 3px solid #339967; /* your brand green */
}

.article-quote p {
  font-size: 17px;   /* SAME as paragraph */
  line-height: 1.7;
  font-style: italic;
  color: #444;
}

.source-link {
  color: #339967;          /* your brand green */
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}