.pure-g {
  letter-spacing: 0 !important;
}

.img-contain img {
  object-fit: contain !important;
}

.text-b {
  font-weight: bold;
}

.text-u {
  text-transform: uppercase;
}

.h2 {
  margin:40px 0;
  font-size: var(--h2-font-size);
  font-weight: 600;
  text-align: center;
}

.h3 {
  font-size: var(--h3-font-size);
  font-weight: 600;
  margin:10px 0;
}

.paragraf {
  font-size: var(--body-font-size);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  margin: 32px auto;
}


@media (max-width: 1024px) {
  .sec-BS-2col {
    flex-direction: column-reverse !important;
  }

  .sec-BS-img {
    width: 80% !important;
    margin: 20px auto !important;
  }

  .BS-text {
    padding: 0 !important;
  }

  .sec-awards {
    padding: 60px 20px !important;
  }

   .sec-neighborhoods {
    padding: 20px 20px 60px !important;
  }
}

@media (max-width: 768px) {

  .sec-BS {
    padding: 60px 30px !important;
  }

   .sec-BS-2col {
    flex-direction: column-reverse !important;
  }

  .sec-BS-img {
    width: 100% !important;
  }

  .sec-awards {
    padding: 60px 20px !important;
  }

   .sec-neighborhoods {
    padding: 20px 20px 60px !important;
  }

  .neighborhood-photo {
    display: block;
    margin: 0 auto 20px !important;
  }

  .neighborhood-text{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

   .neighborhood-link img {
    width: 22px !important;
    height: 22px !important;
  }

  .sec-listings .iframe-wrap {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 568px) {

  .sec-awards .col-4 {
     border-right: none !important;
  }
  .award-col {
    border-left:none !important;
    border-right:none !important;
    margin: 0 0 20px !important;
  }

  .sec-neighborhoods {
    padding: 20px 10px 60px !important;
  }

  .neighborhood-link img {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 480px) {
  .award-name{
    font-size: calc(var(--body-font-size) * 0.8) !important;
  }
  #idIframe{
    height: 2060px !important;
    max-height: 2060px !important;
  }
}

/* desktop styles */

/* section Buying_Selling  */

.sec-BS {
  width: 100vw;
  padding: 60px;
  color: #000;
}

.sec-BS-img {
  border-radius: 15px;
  width: 96%;
  display: block;
  margin: 40px auto;
}

.sec-BS-text {
  padding: 0 20px 0 0;
}

.sec-BS-p {
  padding: 0 0 10px;
}

  .sec-BS ul {
    padding: 0 0 0 30px;
    margin: 0;
  }

/* section 6 Awards */

  .sec-awards {
    width: 100vw;
    padding: 60px 80px;
    color: #000;
  }

  .award-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
    gap:20px;
    border-left: 1px solid #636466;
  }

  .award-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 0 10px;
  }

  .award-name{
    font-size: calc(var(--body-font-size)*0.6);
  }

  .sec-awards .col-4 {
     border-right: 1px solid  #636466;
  }


/* Listings */

  .sec-listings {
    width: 100vw;
    padding: 80px 0;
  }

  .sec-listings .iframe-wrap {
    margin: 0 auto;
    max-width: 1024px;
   
  }

  #idIframe {
    width: 100% !important;
    height: 2008px !important;
    max-height: 2008px !important; overflow: hidden !important;
  }

/* Neighborhoods*/

  .sec-neighborhoods {
    width: 100vw;
    padding: 20px 80px 60px;
    color: #000 !important;
  }

  .neighborhood-col {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #000;
    font-size: var(--body-font-size);
  }

  .sec-neighborhoods .neighborhood-text{
    display: flex;
    flex-direction: column;
    gap:16px;
  }

  .sec-neighborhoods .h2 {
    margin: 10px 0!important;
  }

  .neighborhood-col .h3 {
    font-size: calc(var(--h3-font-size)* 0.6) !important;
  }

  .neighborhood-col .neighborhood-link {
    font-size: calc(var(--body-font-size) * 0.9);
  }

  .neighborhood-photo {
    width: 100%;
    max-width: 360px;
    border-radius: 15px;
    height: 246px;
    object-fit: cover;
    margin: 0 0 20px;
  }

  .neighborhood-text .neighborhood-link{
    color: inherit !important;
    text-decoration: none;
  }

  .neighborhood-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .neighborhood-link{
    cursor: pointer;
    transition: .4s ease;
  }

  .neighborhood-link:hover {
     transform: scale(1.05);
  }
