/*
Theme Name:   Finatex Child Theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://finatexwp.themesflat.co/
Template:     finatex
Version:      1.0.0
Tested up to: 1.0.0
Requires PHP: 8.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  finatex-child-theme
*/

.tf-posts.style2  .blog-post .featured-post,
.tf-posts.style2  .blog-post .content,
.category .blog-archive .main-post .featured-post,
.category .blog-archive .main-post .content-post {
    flex: 1;
}

.tf-posts.style2 .blog-post .category-post {
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.category .blog-archive .main-post .featured-post img {
    object-fit: cover;
    max-height: 350px;
}

.category .blog-archive .main-post {
	display: flex;
	align-items: flex-endd;
	column-gap: 30px;
	row-gap: 10px;
}

@media (max-width: 767px) {
	.category .blog-archive .main-post {
    flex-direction: column;
}
}