@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: 70px;
  }
  section .header {
    font-size: 50px;
    margin-bottom: 50px;
  }
  section .text-container {
    padding: 0px 20% 100px 20%;
  }
  section .text-container .subtitle {
    font-size: 44px;
  }
  section .text-container .margin-class {
    margin-top: 70px;
  }
  section .text-container .mini-subtitle {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  section .text-container .text {
    font-size: 14px;
    line-height: 25px;
  }
  section .text-container .first {
    margin-bottom: 25px;
  }
  section .text-container .second {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=tablet_store_policies.css.map */