<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.bv_post_grid_item {
background: #fbf8fd;
position: relative;
transition: 0.3s;	
}

.bv_post_grid_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 35px #7c1c92;
  border-left: solid 35px transparent;
}

.bv_post_grid_item:hover {
background: #1c0120;
color: #fff;
}

.bv_post_grid_item:hover h4 {
color: #fff;
}

.bv_post_grid_item h4 {
  padding: 32px 26px;
}


/*  blog */

.bvgridpost02 {
  display: flex;
  gap: 25px;
}

.bvpostleft {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.bvpostleft a {
  height: 100%;
  display: inline-block;
}

.bvpostleft-title {
  position: absolute;
  bottom: 32px;
  left: 40px;
  color: #fff;
  font-size: 26px;
}

.bvpostright {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bvpostright-item {
  display: flex;
  gap: 15px;
}

.bvpostright-item-img {
  flex: 0.95;
  overflow: hidden;
}

.bvpostright-item-img a {
  height: 100%;
  display: block;
}

.bvpostright-item-img img {
  margin-bottom: -7px;
}

.bvpostright-title {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.bvpostright-title h3 {
  line-height: 28px;
  font-size: 24px;
	color: #333;
}

.bvpostright-title p {
margin: 0px;
	text-align: left;
}

.bvpostleft img {
  margin-bottom: -7px;
}

.bvpostleft a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255,255,255,0) 40%);
}

.bv_post_grid_item_wrapper img {
	width: 100%;
	aspect-ratio: 1200/800;
}

@media only screen and (max-width: 767px) {  
  .bvgridpost02 {
flex-direction: column;
}
	.bvpostright-title p {
display: none;
}
	.bvpostright-title h3 {
line-height: 20px;
    font-size: 17px;
    font-weight: 400;
}
	.bvpostright-item {
margin-bottom: 20px;
}
	.bvpostleft-title h3 {
  line-height: 25px;
  font-size: 25px;
}
	.bvpostleft-title {
bottom: 17px;
left: 14px;
}
	.bvpostleft a::before {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255,255,255,0) 50%) !important;
}
}

/*  grid 4  */

.bv_post_grid_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  box-sizing: border-box;
}

.bv_post_grid_item {
  flex: 1 1 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .bv_post_grid_item {
    flex: 1 1 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 480px) {
  .bv_post_grid_item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
