@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 800px) {
  footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  footer #menu-footer-menu {
    flex-direction: column;
    gap: 25px;
  }

  footer .social-media {
    justify-content: center;
  }

  .footer-end .wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 12.5px;
  }

  .banner .link {
    font-size: 15px;
  }

  .footer-end *:not(:last-child)::after {
    display: none;
  }

  .about-us .properties .title a {
    display: none;
  }

  .archive.propertyhive ul.properties {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sell-with-us .process .slick-arrow.next {
    left: 75px;
    right: unset;
    bottom: -100px;
    transform: none;
    top: unset;
  }

  .sell-with-us .process .wrapper {
    width: 90%;
    position: relative;
  }

  .archive.propertyhive .links .wrapper .ctas {
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }

  .archive.propertyhive .links .wrapper .ctas .link {
    width: 100%;
    padding-inline: 0;
  }

  .sell-with-us .introduction {
    padding-block: 50px;
  }

  .faqs-list .faq .chevron {
    width: 25px;
  }

  .sell-with-us .banner .text {
    padding-block: 75px;
  }

  .more-news .title a {
    display: none;
  }

  .slick-track {
    gap: 0 !important;
  }

  .home .banner .wrapper .text,
  .news .banner .wrapper .text,
  .tenant-information .banner .text,
  .about-us .banner .wrapper .text,
  .single-news .banner .text {
    margin-block: 50px;
    gap: 25px !important;
  }

  header .logo img {
    width: 200px;
    object-fit: contain;
    padding-block: 15px;
  }

  header {
    padding-block: 0;
  }

  .burger {
    right: 25px;
    top: 40px;
    height: 25px;
    width: 25px;
  }

  .sell-with-us .sticky-banner {
    display: none;
  }

  h1 {
    font-size: 35px !important;
    line-height: 35px !important;
  }

  h2 {
    font-size: 25px !important;
    line-height: 25px !important;
  }

  .sell-with-us .process .slick-arrow.previous {
    left: 0;
    right: unset;
    bottom: -100px;
    top: unset;
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
}
