.classyea-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.classyea-row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.classyea-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.classyea-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}

.classyea_blog_list_post .classyea-blog-post-single {
  padding: 50px;
  box-shadow: 0px 0px 7px 1px #0000000d;
  margin-bottom: 40px;
  border-radius: 3px;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box {
  display: flex;
  align-items: flex-start;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .post-img {
  margin-right: 40px;
  max-width: 40%;
  width: 100%;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .post-img a {
  display: block;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .post-img a img {
  border-radius: 10px;
  width: auto;
  height: auto;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .lower-content {
  width: 100%;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .lower-content .category {
  display: none;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .lower-content .title-post {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 25px;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .lower-content .content-text {
  color: #919191;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}
.classyea_blog_list_post .classyea-blog-post-single .inner-box .lower-content .read-more-link a {
  background: #000000;
  color: #fff;
  display: inline-flex;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 20px;
}

.classyea_blog_grid_post .classyea-blog-post-single {
  padding: 0px;
  margin-bottom: 30px;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .post-img {
  width: 100%;
  margin-bottom: 20px;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .post-img a {
  display: block;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .post-img a img {
  border-radius: 4px;
  width: auto;
  height: auto;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .lower-content {
  width: 100%;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .lower-content .category {
  display: none;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .lower-content .title-post {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #ddd;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .lower-content .content-text {
  color: #919191;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}
.classyea_blog_grid_post .classyea-blog-post-single .inner-box .lower-content .read-more-link a {
  background: transparent;
  color: #000000;
  display: inline-flex;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 20px;
  text-decoration: underline;
}
