div.best-chinese-tires-promo {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

div.best-chinese-tires-header-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h1.best-chinese-tires-header-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.best-chinese-tires-header-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

div.best-chinese-tires-content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h2.best-chinese-tires-content-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.best-chinese-tires-content-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

div.best-chinese-tires-what-to-consider-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h3.best-chinese-tires-what-to-consider-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.best-chinese-tires-what-to-consider-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

div.best-chinese-tires-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h3.best-chinese-tires-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.best-chinese-tires-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

div.best-chinese-tires-list-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

ul.best-chinese-tires-list {
  padding-left: 20px;
}

h4.best-chinese-tires-popular-models-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

div.best-chinese-tires-popular-models-container {
  display: flex;
  gap: 24px;
}

a.best-chinese-tires-popular-models-item-container {
  display: flex;
  padding: 0 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  position: relative;
  border-radius: 8px;
  border: 1px solid #c9c9c9;
  flex: 1 0 0;
  color: #000;
  text-decoration: none;
}

a.best-chinese-tires-popular-models-item-container:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

img.best-chinese-tires-season-icon {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
}

img.best-chinese-tires-popular-models-item-img {
  width: 100%;
  height: 190px;
  align-self: stretch;
  aspect-ratio: 152/79;
  border-bottom: 1px solid #d9d9d9;
  object-fit: cover;
  object-position: top;
}

h5.best-chinese-tires-popular-models-item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.best-chinese-tires-popular-models-item-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

p.best-chinese-tires-popular-models-item-description a,
p.best-chinese-tires-popular-size-description a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

h3.best-chinese-tires-popular-size-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.best-chinese-tires-popular-size-description {
  font-size: 16px;
  font-style: normal;
  line-height: 26px; /* 162.5% */
}

@media (max-width: 768px) {
  div.best-chinese-tires-popular-models-container {
    flex-direction: column;
  }
}
