.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 25px;
  background: linear-gradient(
    180deg,
    #feffdb 0%,
    #fff8b0 20%,
    #ffd75a 45%,
    #fbb120 75%,
    #c97900 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.5 !important;
}

.auto_scroll > .col-inner {
  max-height: 75vh;
  overflow-y: auto;
}

.text-font-14 p {
  font-size: 14px;
}

.text-font-14 h2 {
  font-size: 22px;
}

.text-font-14 h3 {
  font-size: 20px;
}

.text-font-14 h4,
.text-font-14 h5,
.text-font-14 h6 {
  font-size: 16px;
}

/* Chrome, Edge, Safari */
.auto_scroll ::-webkit-scrollbar,
.auto_scroll::-webkit-scrollbar {
  width: 6px;
}

.auto_scroll ::-webkit-scrollbar-track,
.auto_scroll::-webkit-scrollbar-track {
  background: rgba(251, 177, 32, 0.2);
}

.auto_scroll ::-webkit-scrollbar-thumb,
.auto_scroll::-webkit-scrollbar-thumb {
  background: rgba(251, 177, 32, 0.6);
  border-radius: 999px;
  transition: background 0.2s;
}

.auto_scroll :hover::-webkit-scrollbar-thumb,
.auto_scroll:hover::-webkit-scrollbar-thumb {
  background: #fbb120;
}
.section-blur-top {
  overflow: hidden;
}
.blur-3::before {
  transform: translateY(-70%) !important;
  opacity: 0.7 !important;
}
.pb-0 > .col {
  padding-bottom: 0 !important;
}

body .img-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-blur-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 3 / 1;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 145, 0, 0.55) 0%,
    rgba(255, 145, 0, 0.28) 32%,
    rgba(255, 145, 0, 0.12) 55%,
    transparent 75%
  );
  filter: blur(20px);
  pointer-events: none;
  z-index: 1;
  transform: translateY(-50%);
}
