* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 80px;
}
body {
  width: 100%;
  margin: 0;
  /* width: 1440px; */
  font-family: "Instrument Sans";
  line-height: 1;
  font-weight: 400;
  color: #101010;
  overflow-x: hidden;
}
.section-recent-campaign {
  max-width: 1200px;
  margin: 140px auto;
}

.btn {
  height: 56px;
  background-color: #bcea3e;
  padding: 16px 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #9fd900;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
