.swiper {
  position: relative;
}
.swiper-slide {
  width: 300px;
}
.swiper-slide img {
  width: 100%;
}
.swiper-button-prev, .swiper-button-next {
  align-items: center;
  background-color: #4F66FF;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(50% - 30px);
  height: 50px;
  width: 50px;
  z-index: 10;
}
.swiper-button-prev:after, .swiper-button-next:after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 2px;
  content: "";
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 12px;
  width: 12px;
}
.swiper-button-prev {
  left: 2%;
  rotate: 135deg;
}
.swiper-button-next {
  right: 2%;
  rotate: -45deg;
}

@media screen and (max-width:1024px) {
  
#property{
  overflow: hidden;
}

#property .property_content{
  overflow: scroll;
}

#property .header::before{
  display: none;
  content: ""; 
  position: absolute;
  top: -75px;
  left: -00px;
  width: 300px;
  height: 160%;
  background-image: url('../images/titlehightlight.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

}

@media (max-width: 600px) {
  #property .btn_container a {
    display: table;
    margin: auto;
  }
}