.uc_post_grid_style_two * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;	
}
.uc_post_grid_style_two .uc_post_grid_style_two_wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 40px;
}
.uc_post_grid_style_two .uc_post_grid_style_two_item {
color: #999;
font-size: 14px;
overflow: hidden;
padding: 0px;
background-color: #ffffff;
text-align: left;
}
.uc_post_grid_style_two .uc_post_grid_style_two_image {
width: 100%;
height: 250px;
overflow: hidden;
display: block;
}
.uc_post_grid_style_two .uc_post_image {
width: inherit;
height: inherit;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: block;
transition: all 0.25s ease-in-out;
}
.uc_post_grid_style_two .uc_post_grid_style_two_item:hover .uc_post_image {
transform: scale(1.1);
}
.uc_post_grid_style_two .uc_post_grid_style_two_title {
font-size: 22px;
padding: 0px;
margin: 0px 0px 0px 0px;
color: #42527b;
text-transform: uppercase;
}
.uc_post_grid_style_two .uc_post_grid_style_two_title a {
color: #42527b;
text-decoration: none;
}
.uc_post_grid_style_two .uc_post_grid_style_two_meta {
font-size: 13px;
padding: 0px 0px 15px 0px;
color: #24e081;
}
.uc_post_grid_style_two .uc_post_grid_style_two_excerpt {
margin: 0px 0px 11px 0px;
padding-bottom: 15px;
}
.uc_post_grid_style_two .uc_post_grid_style_two_excerpt p {
margin: 0;
}
.uc_post_grid_style_two .uc_post_grid_style_two_button {
text-align: inherit;
}
.uc_post_grid_style_two .uc_post_grid_style_two_button a.uc_btn{
display: inline-block;
text-align: center;
background-color: #24e081;
text-decoration: none;
padding: 13px 50px 13px 50px;
border-radius: 20px;
font-size: 16px;
font-weight: 700;
text-transform: none;
line-height: 1em;
color: #fff;
transition: all 0.25s ease-in-out;
}
.uc_post_grid_style_two .uc_post_grid_style_two_button a.uc_btn:hover {
background-color: #42527b;
}
@media (max-width:1023px){
.uc_post_grid_style_two .uc_post_grid_style_two_wrap {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:639px){
.uc_post_grid_style_two .uc_post_grid_style_two_wrap {
grid-template-columns: repeat(1, 1fr);
}
}