@media (max-width: 575.98px) {
  .heading_one span {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .heading_one span.golden {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .img_container {
    width: 330px;
    height: 330px;
  }
  .glass_bg.transformed_y {
    transform: translateY(-10%);
  }
  .sticky_height {
    height: 250vh;
  }

  .padding_top {
    padding-top: 50px;
  }

  .heading_one {
    /* Gap between the words */
    gap: 10px;
    row-gap: 3px;
  }

  .heading_one div {
    /* Gap between the letters */
    gap: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .heading_one span {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .heading_one span.golden {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .img_container {
    width: 330px;
    height: 330px;
  }
  .glass_bg.transformed_y {
    transform: translateY(-10%);
  }
  .sticky_height {
    height: 250vh;
  }

  .padding_top {
    padding-top: 50px;
  }

  .heading_one {
    /* Gap between the words */
    gap: 10px;
    row-gap: 3px;
  }

  .heading_one div {
    /* Gap between the letters */
    gap: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .heading_one span {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .heading_one span.golden {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .img_container {
    width: 330px;
    height: 330px;
  }
  .glass_bg.transformed_y {
    transform: translateY(-10%);
  }
  .sticky_height {
    height: 250vh;
  }

  .padding_top {
    padding-top: 50px;
  }

  .heading_one {
    /* Gap between the words */
    gap: 10px;
    row-gap: 3px;
  }

  .heading_one div {
    /* Gap between the letters */
    gap: 0;
  }
  .hero_section {
    height: 70vh;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .heading_one span {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .heading_one span.golden {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .img_container {
    width: 330px;
    height: 330px;
  }
  .glass_bg.transformed_y {
    transform: translateY(-10%);
  }
  .sticky_height {
    height: 250vh;
  }

  .padding_top {
    padding-top: 50px;
  }

  .heading_one {
    /* Gap between the words */
    gap: 10px;
    row-gap: 3px;
  }

  .heading_one div {
    /* Gap between the letters */
    gap: 0;
  }
  .hero_section {
    height: 70vh;
  }
}
