body {
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

.hero-section {
  position: relative;
  z-index: 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-bg {
  position: relative;
  z-index: 0;
}

.main-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/main-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.heading-2q {
  color: #fff;
  text-align: center;
  text-shadow:
    0 1.437px 0 #011050,
    0 3.593px 5.03px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  font-family: SVN-Gilroy;
  font-style: normal;
  font-weight: 1000;
  line-height: 129.5%;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.card {
  width: 401.32px;
}

.card .title-card {
  color: #6c7aab;
  font-family: Montserrat;
  font-size: 18.3px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.36px;
}

.btn-2q-register {
  display: inline-block;
}

@media (width < 768px) {
  .hero-section::before {
    background-image: url("img/banner-mb.png");
  }

  .heading-2q {
    -webkit-text-stroke-width: 1px;
  }

  .btn-2q-register {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: -0.025px;
  }

  .btn-2q-register img {
    width: 241.875px;
    height: 89.438px;
    object-fit: contain;
  }
}
