@media screen and (max-width: 600px) {
  .home .properties .property.active .main-image {
    height: auto;
  }

  .text-section .wrapper .main-image {
    height: auto;
  }

  .home .banner .text h1,
  .news .banner .text h1 {
    width: 100%;
    font-size: 40px;
  }
}

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

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

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