    .padding-top{
        padding-top:128px;
    }
    .padding-bottom{
        padding-bottom:128px;
    }
.blog-list-banner {
    height:45vh;
    background-image: url('https://enovoinsights.com/assets/images/blog_list/bg11.png') !important;
    background-size: 100% 100%;        /* Makes the image cover the whole section */
    background-position: center;   /* Centers the image */
    background-repeat: no-repeat;  /* Prevents the image from repeating */
    display: flex;
    align-items: center;
}
.real-estate-card1{
    box-shadow: 0px 4px 14.6px 0px #00000040;
/* border-radius:10px; */
/* padding:0px !important; */
}
.real-estate-card1 h5 {
    /* font-weight:600 !important; */
    color: #000000;
    transition: color 0.3s ease; /* Smooth transition for color */
}

.real-estate-card1 h5:hover {
    color: #143228;
}
#hoverStyle:hover
{
    color: #143228 !important;
}
ol, ul {
    padding-left: 1rem;
}
h1
{
    font-size:40px !important;
}
h2
{
    font-size:30px !important;
}


@media only screen and (max-width:990px){
    .padding-top{
        padding-top:60px;
    }
    .padding-bottom{
        padding-bottom:60px;
    }
    .blog-list-banner {
    height:44vh;
    background-image: url('https://enovoinsights.com/assets/images/blog_page/bg11-mb.png') !important;
}
.real-estate-card1-mt{
    margin-top:25px;
}

h1
{
    font-size:25px !important;
}
h2
{
    font-size:24px !important;
}
.mla{
  margin-left:20px;
}


.mlfooter{
    margin-left:18px !important;
}

}


