.blog-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #edeff5;
    text-decoration: none;
}
.blog-featured-image {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.text-heading2{
    margin-bottom: 5px;
    color: #ff4c02;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: uppercase;
}
.blog-item{
    height: 520px;
}
@media(max-width:576px){
    .blog-item{
        height: 620px;
    }
}

@media(min-width:768px) and (max-width:1300px){
    .blog-item{
        height: 660px;
    }
}
@media(min-width:1301px){
    .blog-item{
        height: 550px;
    }
}
.image-section{
    position: absolute;
    width: 100%;
    height: 180px;
}
.image-section .date {
    position: absolute;
    left: 30px;
    bottom: -30px;

z-index: 1;
    text-align: center;
    background: #ffffff;
    padding: 15px 30px;
    width: max-content;
    text-transform: uppercase;
    color: #333461;
    font-weight: 700;
    line-height: 27px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 5px;
}
.blog-text-wrapper{
    margin-top: 220px;
.text-blog-heading{
    color: #333461;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 55px;
    font-weight: 800;
    font-family: 'Kumbh Sans', sans-serif;
}
@media(max-width:992px){
    .text-blog-heading{
        font-size: 30px;
    line-height: 40px;
    }
    .blog-text-wrapper {
        padding: 5px;
    }
}
@media(max-width:576px){
    .desc-blog{
        height: 170px;
        margin-bottom: 20px;
    }
}
@media(min-width:577px) and (max-width:767px){
    .desc-blog{
        height: 140px;
        margin-bottom: 20px;
    }
}
@media(min-width:768px) and (max-width:992px){
    .desc-blog{
        height: 140px;
        margin-bottom: 20px;
    }
}
/* @media(max-width:767px){
    .blog-item{
        width: 48%;
        margin: 3% 1%;
    }
   
} */
@media(max-width:992px){
   
    .blog-item h4{
        font-size: 17px !important;
        line-height: unset !important;
    }
    .blog-item p{
        line-height: unset !important;
        font-size: 14px !important;
    }
}
@media(min-width:768px) and (max-width:991px){
    /* .blog-item{
        width: 31%;
        margin: 3% 1%;
    } */
}
@media(min-width:992px){
    /* .blog-item{
        width: 31%;
        margin: 3% 1%;
    } */
    .blog-text-wrapper {
        padding: 30px;
    }
    
    
}
@media(min-width:992px) and (max-width:1024px){
    .desc-blog{
        height: 180px;
        margin-bottom: 20px;
    }
}
@media(min-width:1025px){
    .desc-blog{
        height: 150px;
        margin-bottom: 20px;
    }
}
.text-heading2{
    margin-bottom: 5px;
    color: #ff4c02;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: uppercase;
}
.text-service-heading{
    color: #333461;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 55px;
    font-weight: 800;
    font-family: 'Kumbh Sans', sans-serif;
}
.read-button{
    padding: 8px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 5px;
    background-color: #ff4c02;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    border: none; 
    outline: none;
    
    transition: transform .2s ease-in,box-shadow .2s ease-in,-webkit-transform .2s ease-in;
}
.read-button:hover{
    box-shadow: 0 16px 48px 0 rgb(32 173 150 / 20%);
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    color: #fff !important;
}
.blog-item{
    position: relative;
}
@media(max-width:992px){
    .read-button{
        font-size: 13px !important;
    }
}