@media (max-width: 550px) {
  h1 {
    font-size: 1.8rem;
  }

  .subscribe-text {
    font-size: 0.9rem;
  }

  .email-container {
    flex-direction: column;
  }

  button {
    width: 100%;
  }

  .input-n-text {
    margin-bottom: 1.3rem;
  }

  .email-response {
    text-align: center;
    font-size: 0.6rem;
    margin-left: 0rem;
    width: 100%;
  }

  .dashboard-img {
    width: 320px;
  }
}