/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra


*/



.ast-blog-layout-4-grid .ast-article-post {
  width: 33.33%;
  margin-bottom: 2em;
  border-bottom: 0;
  background-color: transparent;
}


 /* Adjust the width of each column to show 3 posts per row */
 .ast-blog-common-col {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

/* Clear the float after every 3rd post */
.ast-blog-common-col:nth-child(3n+1) {
    clear: both;
}

/* Ensure images appear with their original size */
.post-thumb-img-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.custom-image{
    margin-bottom: 1.5em !important;
    width: 300px !important;
    height: auto !important;
    border-radius: 10px !important;
}

.title-center{
    text-align: center;
    padding-bottom: 60px;
}


.entry-title-post{
    font-size: 25px !important;
    color: rgba(0,0,0,0.8) !important;
    
}
