@media (min-width: 1400px) {
  .container {
    max-width: 1098px;
  }
}
@media (max-width: 1199px) {
  .property .propCardFirst {
    height: 370px;
  }
  .property .propCardSec {
    height: 260px;
  }
  .property .propCardThird {
    height: 320px;
  }
  .property .propCardFour {
    height: 270px;
  }
}
@media (max-width: 991px) {
  .hero .heroContent h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .hero {
    padding: 85px 0 225px 0;
  }
  .listing .listingContent .mainBtn {
    width: 325px;
    margin: 0;
  }
  .mainBtn {
    font-size: 16px;
    margin-top: 20px;
  }
  .listing .listingContent p {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0 25px 0;
  }
  .listing .listingContent h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .recent {
    padding: 70px 0 50px 0;
  }
  .recent .recentCard .cardContent p {
    font-size: 18px;
    line-height: 25px;
  }
  .recent .recentCard .cardContent h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .question .quesText h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .question {
    padding: 80px 0 100px 0;
  }
  .recent h2 {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .recent .recentCard .cardContent {
    margin-top: 20px;
  }
  .property {
    padding: 80px 0;
  }
  .property .propHeader h3 {
    font-size: 35px;
  }
  .property .propHeader p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 50px;
  }
  .property .propCard h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .property .propCardFirst {
    height: 530px;
  }
  .property .propCardSec {
    height: 335px;
  }
  .property .propCardThird {
    height: 445px;
  }
  .property .propCardFour {
    height: 340px;
  }
  .important h3 {
    font-size: 35px;
    line-height: 45px;
    max-width: 600px;
  }
  .important .importBoxes {
    margin-top: 200px;
  }
  .important .importBoxes .importBox h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .important .importBoxes .importBox p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .listing .imgHolder img {
    width: 100%;
  }
  .listingContent {
    margin-top: 30px;
  }
  .listing .listingContent h2 {
    font-size: 30px;
    line-height: 100%;
  }
  .listing {
    padding: 60px 0;
  }
  .hero .heroContent {
    gap: 15px;
  }
  .hero .heroContent p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .hero {
    padding: 50px 0 240px 0;
  }
  .recent .recentCard img {
    max-height: 100%;
    width: 100%;
  }
  .recent {
    padding: 50px 0 50px 0;
  }
  .recentCardMid {
    margin: 30px 0;
  }
  .mainBtn {
    height: 50px;
  }
  .quesText {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
  }
  .question {
    padding: 70px 0 70px 0;
  }
  .property {
    padding: 70px 0;
  }
  .property .propHeader p {
    font-size: 18px;
    line-height: 25px;
  }
  .property .propCardFirst {
    height: auto;
  }
  .property .propCardSec {
    height: auto;
  }
  .property .propCardThird {
    height: auto;
  }
  .property .propCardFour {
    height: auto;
  }
  .important h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .important .importBoxes {
    margin-top: 100px;
  }
  .important .importBoxes .importBox {
    padding: 25px 20px;
  }
  .important .importBoxes .importBox h4 {
    font-size: 25px;
  }
  .important .importBoxes .importBox p {
    font-size: 18px;
  }
  .important {
    padding: 50px 0 70px 0;
  }
}

@media (max-width: 575px) {
  .hero {
    padding: 50px 0 200px 0;
  }
  .hero .heroContent h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .hero .heroContent p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .listing .listingContent h2 {
    font-size: 25px;
    line-height: 100%;
  }
  .listing .listingContent p {
    font-size: 16px;
    line-height: 20px;
  }
  .listing .listingContent .mainBtn {
    width: 100%;
    margin: 0;
  }
  .recent h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .mainBtn {
    width: 100%;
  }
  .property .propCard {
    flex-direction: column;
  }
}
