.style-font-1 {
  font-family: var(--font-heading);
}

.style-heading {
  font-size: clamp(40px, calc(30.705111px + 2.359109vw), 76px) !important;
  font-weight: 500 !important;
  line-height: normal;
}

.style-w-full {
  width: 100%;
}

.style-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.style-btn {
  width: 100%;
  border-radius: 15px;
  background: #1d336e;
  color: white;
  transition: background 0.3s;
  padding: 0 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  display: block;
  min-height: auto;
  margin-bottom: 0;
}

.style-w-400 {
  max-width: 400px;
  width: 100%;
}

.style-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.style-btn:hover {
  background: #efb9b9ef;
}

@media screen and (min-width: 550px) {
}

@media screen and (min-width: 850px) {
}

@media screen and (max-width: 850px) {
  .style-table-hidden {
    display: block;
  }
}
