.hero_image_main_banner {
  height: 100%;
  width: 100%;
  /* background-image: url("../imgs/mkt/lawyer_bg.webp"); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.max-w-container {
  max-width: 98rem !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.content-course li::before {
  content: "-";
  color: var(--color-text-primary);
  display: inline-block;
}

.main-title span {
  font-size: 5.35rem;
  line-height: 1;
}
