.blog-popular-post {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 20px;
	 gap: 30px 30px;
}
 .blog-popular-post .post {
	 width: calc(33.33% - 20px);
	 display: flex;
	 flex-direction: row;
	 gap: 20px;
 padding: 0px;
 margin: 0px;
}

.blog-popular-post .tags-wrapper {
 margin-bottom: 0px;
}
}
 @media (max-width: 767px) {
	 .blog-popular-post .post {
		 width: 100%;
	}
}
 .blog-popular-post .post .thumb {
	 min-width: 140px;
	 width: 140px;
	 height: 118px;
   background-size: cover;
   background-position: center center;
}
 .blog-popular-post .post .tags-wrapper .tag {

   display: inline-block;
    background: #f1f6ff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #121857;
    padding: 4px 6px;
    margin-bottom: 5px;
}

 