.special {
  margin-top: 40px;
}

.special__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.special__heading h3 {
  font-size: 20px;
  line-height: 105%;
  font-weight: 400;
  text-align: center;
}

.special__more-btn {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background-color: #202020;
  border-radius: 999px;
  width: 100%;
  padding: 8px 24px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .special {
    margin-top: 72px;
  }

  .special__heading h3 {
    font-size: 35px;
  }
}
