/* A12 shared UI tokens/components */

/* .section_first {
  padding-top: 60px !important;
} */

body,
footer {
  background: #f2f6f9;
}

.section_first > .tw-rounded-3xl {
  border-radius: 10px !important;
}

.app-main {
  background-image: url('/assets/img/a12-main-hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
