.competitive-pages {
  background: var(--Primary-Primary-800, #0f2333);
  margin: 0 auto;
  padding: 120px 20px;
}
@media all and (max-width: 768px) {
  .competitive-pages {
    padding: 50px 20px;
  }
}
.competitive-pages .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.competitive-pages .section-header h2 {
  color: var(--text-text-white, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 115% */
  max-width: 800px;
}
.competitive-pages .section-header h2 span.green {
  color: var(
    --SmartRecruiters-Brand-Primary-200,
    var(--Primary-Primary-200, #4bd675)
  );
}
.competitive-pages .section-header p {
  color: var(--text-text-white, #fff);
  text-align: center;
  font-family: "Euclid Square";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.72px;
}
.competitive-pages .comp-links {
  display: flex;
  padding: 50px 120px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media all and (max-width: 768px) {
  .competitive-pages .comp-links {
    padding: 50px 0;
    gap: 50px;
    flex-direction: column;
  }
}
.competitive-pages .comp-links a.btn-white {
  display: flex;
  width: auto;
  min-width: 225px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid var(--SR-vs-bg, #fcfcf8);
  background: #fcfcf8;
  /* vs box shadow */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 206px 58px 0 rgba(0, 0, 0, 0),
    0 132px 53px 0 rgba(0, 0, 0, 0.01), 0 74px 45px 0 rgba(0, 0, 0, 0.05),
    0 33px 33px 0 rgba(0, 0, 0, 0.09), 0 8px 18px 0 rgba(0, 0, 0, 0.1);
  color: var(
    --SmartRecruiters-Brand-Primary-800,
    var(--Primary-Primary-800, #0f2333)
  );
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  /* 143.75% */
  transition: all 0.3s ease;
}
@media all and (max-width: 768px) {
  .competitive-pages .comp-links a.btn-white {
    min-width: 100%;
  }
}
.competitive-pages .comp-links a.btn-white:hover {
  filter: drop-shadow(0px 5px 12px #4bd675);
}

#competitive-pages {
  scroll-margin-top: 50px;
}
