.blog-banner {
  width: 100%;
  background-image: url(../img/Asssets-V1/list-property-banner.jpg);
  height: 100%;
  max-height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-content {
  color: #fff;
  position: relative;
  width: 100%;
}
h1.banner-title {
  font-weight: 800;
}
span.banner-text {
  font-weight: 700;
  font-size: 28px;
}
span.font-bold {
  font-size: 48px;
  font-weight: 800;
}
/* .banner-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FF911A 20% ,  #ffffff21);
  left: 0;
  top: -10px;
}
.banner-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ffffff21 20% ,  #FF911A );
  left: 0;
  top: 100%;
} */
.card-content {
  height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
  box-shadow: 1px 1px 7px 0px #0000003b;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.blog-section-main {
  background-color: #eaf4f3;
  background-image: url(../img/Asssets-V1/transparent-banner-bg.png);
  height: fit-content;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1200px;
  padding: 40px 10px;
  margin: 0px auto;
  grid-gap: 50px;
}

.blog-card-1 {
  display: flex;
  overflow: hidden;
  grid-row: 1;
  grid-column: 1/4;
  border-radius: 15px;
  background-color: #fff;
  height: 345px;
}

.blog-card-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.newest-blog {
  color: #4baaa6;
  border: 2px solid #4baaa6;
  border-radius: 5px;
  padding: 2px 10px;
  width: fit-content;
  font-weight: bold;
}

.blog-card-1-text {
  padding: 40px 60px;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
}

.blog-heading {
  font-weight: bolder;
}

.blog-text {
  line-height: 1;
  font-weight: 500;
}

.author-picture {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
}

.author-div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.author-details {
  display: flex;
  flex-direction: column;
  align-items: left;
  line-height: 1;
}

.author-details p {
  margin-bottom: 3px;
  text-align: left;
}
.blog-card-2 {
  height: 550px;
  background-color: white;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.blog-2-image-div {
  height: 300px;
  overflow: hidden;
}

.blog-card-2-text-div {
  padding: 20px;
  height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1025px) {
  #map-search {
    margin-top: 25px;
  }
}

[class*="col"] {
  float: left;
  padding-right: 0em;
}

@media only screen and (max-width: 600px) {
  .mobile-hidden {
    display: none;
  }
}
