.stats {
  border: 1px solid #303030;
  border-radius: 24px;
  padding: 24px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}

.stats .content-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  width: 190px;
}

.content-box h2 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Playfair Display", serif;
}

.content-box p {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #303030;
}

@media (max-width: 768px) {
  .content-box h2 {
    font-size: 25px;
  }

  .content-box p {
    font-size: 14px;
  }
}
