@media (min-width: 1920px) {
  .header,
  .main-banner,
  .bottom-banner {
    width: 100%;
  }

  .header-container {
    max-width: 1520px;
  }

  #hero {
    background-size: 45%;
    background-position: 85% bottom;
  }

  #bottomBanner {
    background-size: 40%;
    background-position: 85% bottom;
  }

  .wrapper {
    max-width: 1520px;
  }
}

@media (max-width: 1600px) {
  .logo {
    margin-left: 100px;
  }

  .login-btn {
    margin-right: 100px;
  }

  .wrapper {
    padding: 0 50px;
  }

  #bottomBanner {
    background-size: 40%;
    background-position: 85% bottom;
  }
}

@media (min-width: 1200px) {
  .logo {
    margin-left: 200px;
  }

  .login-btn {
    margin-right: 200px;
  }

  #bottomBanner {
    background-size: 40%;
    background-position: 85% bottom;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .logo {
    margin-left: 24px;
  }

  h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .login-btn {
    margin-right: 24px;
  }

  .wrapper {
    padding: 0 24px;
  }

  #hero,
  #bottomBanner {
    background-repeat: no-repeat;
  }

  .banner {
    height: auto;
    padding: 60px 0;
    background-position: center bottom;
    text-align: center;
  }

  .responsive-break {
    display: none;
  }

  #hero {
    background-image: url("../public/images/img_home_top.png");
    background-position: center bottom;
    background-size: 60%;
    padding-bottom: 250px;
  }

  #bottomBanner {
    background-image: url("../public/images/img_home_bottom.png");
    background-position: center bottom;
    background-size: 45%;
    padding-bottom: 250px;
  }

  .pill-button,
  .action-btn {
    padding: 16px 60px;
    font-size: 18px;
  }

  #features {
    padding: 40px 0;
  }

  .feature {
    flex-direction: column;
    padding: 24px 0;
    text-align: center;
    gap: 30px;
  }

  .feature .feature-content {
    display: block;
    width: 100%;
    padding: 0 24px;
  }

  .feature:nth-child(1) {
    text-align: left;
  }

  .feature:nth-child(2) {
    text-align: right;
  }

  .feature:nth-child(3) {
    text-align: left;
  }

  .feature:nth-child(2) .feature-content {
    text-align: right;
    order: 2;
  }

  .feature:nth-child(2) img {
    order: 1;
  }

  .feature img {
    width: auto;
    padding: 0 24px;
    margin: 0 auto;
  }

  .feature-description {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 60px;
  }

  .logo {
    margin-left: 16px;
  }

  h1 {
    font-size: 32px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .login-btn {
    margin-right: 16px;
    font-size: 14px;
    padding: 8px 16px;
  }

  .wrapper {
    padding: 0 15px;
  }

  .banner {
    height: auto;
    padding: 40px 0;
    text-align: center;
  }

  .responsive-break {
    display: none;
  }

  #hero {
    background-image: url("../public/images/img_home_top.png");
    background-position: center bottom;
    background-size: 60%;
    padding-bottom: 180px;
  }

  #bottomBanner {
    background-image: url("../public/images/img_home_bottom.png");
    background-position: center bottom;
    background-size: 45%;
    padding-bottom: 180px;
  }

  .feature {
    flex-direction: column;
    padding: 16px 0;
    text-align: center;
    gap: 24px;
  }

  .feature .feature-content {
    display: block;
    width: 100%;
    padding: 0 24px;
  }

  .feature:nth-child(1) {
    text-align: left;
  }

  .feature:nth-child(2) {
    text-align: right;
  }

  .feature:nth-child(3) {
    text-align: left;
  }

  .feature:nth-child(2) .feature-content {
    text-align: right;
    order: 2;
  }

  .feature:nth-child(2) img {
    order: 1;
  }

  .feature img {
    width: auto;
    margin: 0 auto;
  }

  .pill-button,
  .action-btn {
    padding: 14px 40px;
    font-size: 16px;
  }

  .feature-tag {
    font-size: 16px;
  }

  .feature-description {
    font-size: 18px;
  }

  .footer-container {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .social-links {
    justify-content: center;
  }

  .logo img {
    width: 120px;
  }
}
