@media screen and (max-width: 970px) {
  main {
    animation: none;
  }
  header {
    height: 170px;
  }
  header nav {
    padding: 10px 10px 0 30px;
  }
  header nav .desktop-nav {
    display: none;
  }
  header nav .social-media-logos {
    margin-left: 0;
  }
  header nav .login-and-cart .login-text {
    display: none;
  }
  header nav .login-and-cart .fa-bars {
    display: unset;
  }
  header .lower-side {
    font-size: 14px;
  }
  header .lower-side a img {
    width: 170px;
  }
  .floating-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
  }
  section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  section .upper-container {
    margin-bottom: 70px;
  }
  section .upper-container h1 {
    font-size: 50px;
    margin-bottom: 8px;
  }
  section .upper-container p {
    font-size: 20px;
  }
  section .lower-container {
    gap: 50px;
  }
  section .lower-container .left-side {
    font-size: 14px;
    margin-left: 10px;
  }
}/*# sourceMappingURL=tablet_contact.css.map */