@media (max-width: 990px) {
  /* Hero Section */
  .hero-container .text-side .bottom .mask form {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .hero-container .text-side .bottom .mask form div {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  /* Product Research Section */
  .research-container .text-side .title .main-title {
    font-size: 1.875rem;
  }

  .research-container .text-side .description p {
    font-size: 1rem;
  }
}

@media (max-width: 620px) {
  /* Hero Section */
  .hero {
    padding: 2rem;
  }

  .hero-container .text-side .top h1 {
    font-size: 1.75rem;
  }
}

@media (max-width: 576px) {
  /* Product Research Section */
  .research-container .text-side .title .main-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  /* Hero Section */
  .hero {
    padding: 1rem;
  }

  .hero-container .text-side .bottom .mask form {
    width: 100%;
  }
}

@media (max-width: 375px) {
  /* Product Research Section */
  .research-container .text-side .title .main-title {
    font-size: 1.25rem;
  }

  .research-container .text-side .description p {
    font-size: 0.875rem;
  }

  .research-container {
    padding: 1rem !important;
  }
}
