@media screen and (min-width: 1025px) and (max-width: 1920px) {
  h1.page-title {
    font-size: 3vw;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 8.4px; /* 1rem = 10px */
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 7.5px; /* 1rem = 10px */
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 7.1px; /* 1rem = 10px */
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 6.7px; /* 1rem = 10px */
  }
}
@media (max-width: 1279px) {
  header nav ul li a {
    font-size: 1.4rem;
  }
  .home-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-about-wrapper a {
    text-align: right;
  }
  .content {
    width: 70rem;
  }
  footer .footer-content .newsletter-wrapper {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  #Hamburger {
    display: block;
  }
  .useful-links {
    display: none;
  }
  .featured-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featured-btn span {
    font-size: 16px;
  }
  .featured-btn img {
    width: 80px;
  }
  .container {
    width: 90%;
  }
  .banner-wrapper {
    width: 90%;
  }
  .banner-wrapper .banner {
    padding: 6rem;
  }
  .menu {
    display: none;
  }
  .home-about-wrapper {
    width: 100%;
    padding: 0 10rem;
    gap: 20px;
  }
  .home-about-wrapper p {
    width: auto !important;
  }
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content {
    margin-bottom: 1rem;
  }
  .faq-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-content .faq {
    width: 100%;
  }
  footer h2 {
    padding-top: 8rem;
    padding-bottom: 1rem;
  }
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  footer .footer-content .bio {
    width: 100%;
  }
  footer .footer-content .newsletter-wrapper {
    width: 100%;
    margin-top: 0;
  }
  footer .footer-bar {
    margin-top: 4rem;
  }
  .homepage section {
    padding: 14rem 10rem;
  }
  .homepage .content ul {
    margin-bottom: 3rem;
  }
  .sec-padding {
    padding: 0 10rem;
  }
}
@media (max-width: 540px) {
  ul {
    gap: 2rem;
    padding-left: 14px;
  }
  ul li {
    font-size: 16px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .featured-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featured-btn h2 {
    font-size: 3rem;
  }
  .featured-btn span {
    font-size: 16px;
  }
  .featured-btn img {
    width: 80px;
  }
  .menu {
    display: none;
  }
  .page-title-wrapper {
    margin-top: 20vh;
  }
  .home-about-wrapper {
    width: auto;
  }
  .home-about-wrapper p {
    width: 100% !important;
  }
  .sec-padding {
    padding: 0 6vw !important;
  }
  section {
    padding: 100px 6vw !important;
  }
  .banner-wrapper .banner {
    padding: 6rem 3rem;
    margin-bottom: 10rem;
  }
  .content {
    width: 100% !important;
  }
  body {
    overflow-x: hidden;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  form.newsletter {
    gap: 2rem;
  }
  form.newsletter input {
    width: 100%;
    padding: 16px 0;
    height: auto !important;
    border: none;
    -webkit-box-shadow: 0 0 0 0.2rem var(--secondary-color);
            box-shadow: 0 0 0 0.2rem var(--secondary-color);
  }
  form.newsletter input::-webkit-input-placeholder {
    text-indent: 14px;
  }
  form.newsletter input::-moz-placeholder {
    text-indent: 14px;
  }
  form.newsletter input:-ms-input-placeholder {
    text-indent: 14px;
  }
  form.newsletter input::-ms-input-placeholder {
    text-indent: 14px;
  }
  form.newsletter input::placeholder {
    text-indent: 14px;
  }
  form.newsletter input.button {
    padding: 16px;
    width: auto !important;
    border: none;
    margin-left: 0;
  }
  footer .footer-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .footer-bar .value-links ul {
    margin-bottom: 2.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  footer .footer-bar .value-links ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .faq-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .faq {
    width: 100% !important;
  }
  .faq p {
    padding-left: 0 !important;
  }
  .homepage .hero-section {
    height: auto;
    gap: 80px !important;
  }
  .homepage .hero-section .page-title-wrapper {
    margin-top: calc(10vh + 10vw);
  }
  .homepage .hero-section .page-title-wrapper h1 {
    font-size: 5rem;
  }
  .value-links {
    width: 100%;
  }
  .banner-wrapper .newsletter-wrapper .newsletter {
    display: block;
    height: auto;
  }
  .banner-wrapper .newsletter-wrapper .newsletter input.email {
    padding: 14px 0;
    width: 100% !important;
    border: none !important;
    outline: none !important;
  }
  .banner-wrapper .newsletter-wrapper .newsletter input.email::-webkit-input-placeholder {
    text-indent: 14px;
  }
  .banner-wrapper .newsletter-wrapper .newsletter input.email::-moz-placeholder {
    text-indent: 14px;
  }
  .banner-wrapper .newsletter-wrapper .newsletter input.email:-ms-input-placeholder {
    text-indent: 14px;
  }
  .banner-wrapper .newsletter-wrapper .newsletter input.email::-ms-input-placeholder {
    text-indent: 14px;
  }
  .banner-wrapper .newsletter-wrapper .newsletter input.email::placeholder {
    text-indent: 14px;
  }
  .banner-wrapper .newsletter-wrapper .newsletter input.button {
    width: 100% !important;
    display: block;
    line-height: 1;
    padding: 14px;
    outline: none !important;
    margin-top: -1px;
  }
}