@charset "UTF-8";

.home_sec3_menu_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  height: 100%;
}

.posts_list .webgene-item {
    width: 32%;
}

@media screen and (max-width: 768px) {
    .posts_list .webgene-item {
        width: 100%;
    }
    .posts_list .webgene-blog {
        gap: 16px;
    }
}