.main_hero_section {
  padding-top: 62px;
  padding-bottom: 30px;
  color: var(--wp--preset--color--headers-white); }
  @media screen and (max-width: 575px) {
    .main_hero_section {
      padding-top: 72px; } }
  .main_hero_section h2 {
    font-size: 66px;
    font-weight: 500;
    line-height: 104%;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px; }
    @media screen and (max-width: 1279px) {
      .main_hero_section h2 {
        font-size: 80px;
        line-height: 1.5; } }
    @media screen and (max-width: 768px) {
      .main_hero_section h2 {
        font-size: 45px;
        line-height: 110%;
        margin-bottom: 15px; } }
  @media screen and (max-width: 575px) {
    .main_hero_section .main_hero_top .yellow-dot {
      font-size: 14px; } }
  .main_hero_section .text-22 {
    font-weight: 400; }
    @media screen and (max-width: 575px) {
      .main_hero_section .text-22 {
        font-size: 18px; } }

.main_hero_content {
  display: grid;
  grid-template-columns: 64.04% 34.78%;
  gap: 1rem; }
  @media screen and (max-width: 1200px) {
    .main_hero_content {
      grid-template-columns: 59% 40%; } }
  @media screen and (max-width: 992px) {
    .main_hero_content {
      -webkit-backdrop-filter: blur(15px);
              backdrop-filter: blur(15px);
      padding: 15px;
      border-radius: 20px;
      border: 1px solid var(--wp--preset--color--white-20);
      grid-template-columns: 1fr; }
      .main_hero_content .p-60 {
        padding-inline: 0; }
      .main_hero_content .blur_bg:first-child {
        background-color: unset;
        border: none;
        -webkit-backdrop-filter: none;
                backdrop-filter: none; }
      .main_hero_content .get_free_course {
        border: none;
        padding: 10px;
        background-color: var(--wp--preset--color--white-10); } }

.p-60 {
  padding: 50px 60px; }
  @media (max-width: 1439px) {
    .p-60 {
      padding: 3vw 4vw; } }
  @media screen and (max-width: 1279px) {
    .p-60 {
      padding: 30px; } }

.p-45 {
  padding: 45px; }
  @media (max-width: 1439px) {
    .p-45 {
      padding: 3.1vw; } }
  @media screen and (max-width: 1200px) {
    .p-45 {
      padding: 20px; } }

.yellow-dot {
  position: relative;
  padding-left: 20px; }
  .yellow-dot:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: var(--wp--preset--color--yellow); }
    @media screen and (max-width: 992px) {
      .yellow-dot:before {
        top: 5px; } }

.left-text {
  max-width: 24ch; }
  @media screen and (max-width: 992px) {
    .left-text {
      display: none; } }
  .left-text b {
    /* Desktop/Body text/16/medium */
    font-family: var(--wp--preset--font-family);
    font-weight: var(--wp--preset--font-medium);
    font-size: 1rem;
    line-height: 140%; }

@media screen and (max-width: 992px) {
  .main_hero_top {
    margin-bottom: 30px; }
    .main_hero_top .yellow-dot {
      display: flex; } }

.subtitle {
  max-width: 27ch; }

.get_free_course {
  text-align: center; }
  .get_free_course img {
    border-radius: 10px;
    margin-bottom: 30px; }
  .get_free_course .bg-white-10 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 12px;
    margin-bottom: 10px; }
  .get_free_course h6 {
    margin-bottom: 30px; }
