.latest-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.latest-posts-wrapper .latest-post {
    flex: 0 0 33.33%;
    background: #ebebeb;
    padding: 20px;
    border-radius: 10px;
}
.latest-posts-wrapper .view-more-btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.latest-posts-wrapper .view-more-btn:hover {
    background-color: #005177;
    color: #fff;
}
.latest-posts-wrapper .post-thumbnail{margin-bottom: 20px;}
.latest-posts-wrapper .post-thumbnail img{
	width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 10px;
}
.latest-post p{
	color: #000;
    line-height: 24px;
    margin-top: 10px;
}
.contact_form .wpcf7-form-control{
    border: 1px solid #ccc;
    height: auto;
    margin-top: 4px;
}
.contact_form label{
	font-size: 16px;
    font-weight: 500;
}
.contact_form textarea.wpcf7-form-control{
	height: 110px;
}
.wpcf7 select.wpcf7-form-control {
    padding: 14px 10px;
    height: auto;
}
.ast-container{
	max-width: 100%;
	padding: 0;
}
#adhaar-321{width: 100%;}