@media screen and (max-width: 1200px) {
  .section7_bottomSide {
    flex-direction: column;
    align-items: center;
  }
  .card7 {
    width: 100%;
    max-width: 700px;
  }
  .bottom-card7 {
    width: 100%;

    /* p {
      font-size: clamp(1.6rem, 3vw, 2rem);
    } */
  }
}

@media screen and (max-width: 790px) {
  .main_section-container1,
  .main_section-container6 {
    background-attachment: scroll;
  }
  header nav {
    display: none;
  }
  .navMobile {
    display: block;
  }
  button {
    width: 100%;
  }

  .revenuein_tag {
    display: none;
  }
  .section_main {
    flex-direction: column;
  }
  .leftSide,
  .rightSide {
    width: 100%;
  }

  .section1_topSide {
    width: 100%;

    h1 {
      line-height: 60px;
    }

    h3 {
      font-size: 1.3em;
    }
  }

  .section2_leftSide {
    padding-right: 0 !important;
  }

  .section4_header {
    flex-direction: column;
  }

  .section7_rightSide {
    align-items: flex-start;
  }
  .card7 {
    padding: 0 !important;
  }

  .main9 {
    grid-template-areas:
      'd d'
      'c c'
      'a b';
    grid-template-columns: 1fr;
  }
  /* .LI-profile-badge {
    display: none;
  } */
  .profile-badge--dark {
    margin: 0 0 20px 0 !important;
  }
  .LI-profile-badge {
    grid-area: d;
    width: 100%;
    max-width: 650px;
  }
  .modalContainer {
    width: 270px;
    height: 400px;
  }
}

@media screen and (max-height: 820px) {
  h1 {
    line-height: 45px;
    font-size: clamp(1.5em, 3vw, 4em);
  }
  .section1_topSide {
    h2 {
      font-size: 1.3em;
    }
  }

  .section1_bottomSide {
    padding: 0 30px;
  }

  .revenuein_tag {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-height: 500px) {
  h1 {
    line-height: 35px;
    font-size: clamp(1em, 2vw, 4em);
    margin: 10px 0;
    padding: 10px !important;
  }
  .section1_topSide {
    h2 {
      font-size: 1em;
      padding: 10px;
    }
  }

  .section1_bottomSide {
    padding: 0 30px;
    margin-top: -20px;

    button {
      height: 50px;
    }
  }

  .revenuein_tag {
    width: 100px;
    height: 100px;
    margin-top: -20px;
  }
}
