.header_top {background: rgba(0,0,0,0.4);}

.header_logo img {
    max-height: 25px;
	position: relative;
	top:0px;
}
@media (max-width: 880px) {
    .header_logo img {
        top:0;
    }
}
@media (max-width: 480px) {
    .header_logo img {
        max-height: 25px !important;
		
    }
}

.section-category a.property-type:hover img {
filter: brightness(0) saturate(100%) invert(81%) sepia(39%) saturate(473%) hue-rotate(8deg) brightness(93%) contrast(91%);
}

.section-category a.property-type {
    font-size: 22px;
}

.home-about .text .heading {margin-top:0;}

@media (min-width: 780px) {

.home-about .text {line-height: 24px;}

.home-about .text > div {height: 7px;}

}

.section-category .category {
    margin-bottom: 25px;
}

.cta-button { 
  color: #000;
  border: 2px solid #d6b469;
  padding: 7px 18px;
  margin-left: 25px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Aptos;
  transition: 0.2s;
}

.cta-button:hover, .cta-button:focus {
	color:#d6b469;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 0;
  margin: 30px 0;
  border: 1px solid #ddd;
}

.region {
  display: grid;
  grid-template-rows: auto auto auto auto; 
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
}

.region:first-child {
  border-left: none;
}

.region-header {
  font-weight: bold;
  text-align: center;
  color:#d6b469;
  background: #f7f7f7;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}

.region-name,
.region-phone,
.region-email {
  padding: 8px;
  border-bottom: 1px solid #ddd;  
}

.region a {
	color:#000;
  text-decoration: none;
}

.region a:hover {
  color:#d6b469;
}

@media (max-width: 1200px) {
  .contact-grid {
    grid-template-columns: repeat(3, 1fr); 
  }
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr; 
  }
}

.home-about {
  margin-bottom: 25px;
}

.feature {
    gap: 10px;
}
.features {
    gap: 10px;
}
.feature h3 {
    font-size: 17px;
}