.hero-images {
    max-width:1200px;
    margin: auto;
    position: relative;
    margin:auto
}

.featured-posts {
    margin-bottom: 0!important;
 
}

.hero-blog .gh-canvas {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.hero-blog a.post-title-link {
    font-size: 20px;
}

.main-box-hero {
    position: relative;
}

.main-box-hero:before {
    position: absolute;
    content: "";
    background: #00000036;
    width: 100%;
    height: 100%;
    top: 0;
}



.post-meta {
 
    font-size: 11px!important;

}

.site-content {

    padding-top: 0!important;
}

.hero-new-blog img{
    height: 277px;
}

.hero-new-blog{
    height: 277px;
}


.main-container{
    max-width: 1200px;

    margin: auto;
}

.main-box-hero{

    position: relative;

}


.hero-text-box {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: auto;
    left: 0;
    right: 0;
  
}

.hero-text-box h3{
    color: white;
}

img.hero-min-images {
    width: 100%;
    object-fit: cover;
    max-height: 600px;
    object-fit: cover;
   
}

.colum-fours-post .post {
    margin-bottom: 32px;
}