.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-item svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.topcar-intro-title {
    text-transform: uppercase;
    color: #9d8200;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 14px;
    font-weight: 950;
}
 
.topcar-title {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}


.box-title {
  background-color: #000;
  width: 100%;
  color: oklch(82% .17 87);
  padding: 1em 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.topcar-icon-title {
  display: flex;
  gap: 0 15px;
}

.topcar-icon-title .topcar-icon-title-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: oklch(82% .17 87);
  color: #000;
}

.topcar-icon-title .topcar-icon-title-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.topcar-icon-title-box .uppercase{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1;
}

.topcar-icon-title-box h2 {
  line-height: 1;
}