.realestate-blogs #realestate-blog-banner {

    background-color: #E1E1E1;

    background-size: contain;

    background-position: bottom center;

    background-repeat: no-repeat;

    min-height: 400px;

    display: flex;

    align-items: center;

    margin: 0 0 60px 0;

}



.realestate-blog-banner-content {

    display: flex;

    flex-direction: column;

    align-items: center;

    position: relative;

    z-index: 2;

}



.realestate-blog-banner-content h1 {

    color: var(--black-700);

    font-size: 31px;

    line-height: 38px;

    font-weight: 700;

    margin: 0 0 0 0;

}



.realestate-post-grid-content {

    position: relative;

}



.realestate-post-grid-content-comment span {

    padding-left: 5px;

    color: #C3CCD3;

}



.realestate-post-grid-content-comment i.fa-comments {

    font-size: 16px;

    color: #C3CCD3;

}



.realestate-post-grid-read-more {

    padding: 5px 15px 5px 15px;

    border: 1px solid #C3CCD3;

    color: #C3CCD3;

    border-radius: 5px;

    font-size: 13px;

    margin-top: 20px;

    text-align: center;

}



.realestate-post-grid-content-comment {

    bottom: 5px;

    position: absolute;

    right: 0;

}


.realestate-post-grid .realestate-post-grid-thumbnail {

    position: relative;

    box-shadow: 0 0 2px #7d91947a;

    border: 0 solid var(--white-700);

    height: 340px;

    margin: 0 0 15px 0;

    border-radius: 10px;

    overflow: hidden;

}



.realestate-post-grid .realestate-post-grid-thumbnail img {

    width: 100%;

    height: 100%;

    border-radius: 10px;

    opacity: 1;

    background: #f4f4f4;

    object-fit: contain;

}



.realestate-post-grid .realestate-post-grid-thumbnail .realestate-post-grid-term {

    background: var(--a-hover-color);

    padding: 5px 15px 5px 15px;

    position: absolute;

    bottom: 15px;

    font-weight: bold;

    font-size: 11px;

    right: 25px;

    color: var(--secondary-font-color);

    z-index: 1;

    letter-spacing: 1px;

    border-radius: 5px;

    opacity: 1;

}



.realestate-post-grid .realestate-post-grid-content h2 {

    text-align: center;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

    font-size: 28px;

    line-height: 1.3em;

}



.realestate-post-grid .realestate-post-grid-content p {

    max-width: 80%;

    margin: 10px auto 0 auto;

    text-align: center;

    font-size: 17px;

    color: #768791;

    line-height: 1.5em;

    letter-spacing: 0.17px;

}



.realestate-post-grid .realestate-post-grid-content .realestate-post-grid-info {

    margin: 0 auto;

}



.realestate-post-grid .realestate-post-grid-content p span {

    font-size: 12px;

}



.realestate-post-grid .realestate-post-grid-content p > span,

.realestate-post-grid .realestate-post-grid-content p a:not(:hover) span {

    color: #C3CCD3;

}



.realestate-blogs {

    margin-bottom: 100px;

}



.realestate-pagination {

    margin: 35px 0 0 0 !important

}



.realestate-pagination .nav-links {

    margin: 0 0 0 0 !important;

}