
.section-desc {
  font-size: 14px;
  color: #888888;
  font-weight: 300;
  margin-bottom: 0;
}

.padding-b-30 {
  margin-bottom: 30px;
}

.emPage__blog {
  /* padding-left: 20px;
  padding-right: 20px; */
  /* display: flex; */
  align-items: self-start;
  flex-direction: row;
  justify-content: space-between;
  /* column-gap: 20px; */
  /* -webkit-column-gap: 20px; */
  -ms-column-gap: 20px;
}

/* .emPage__blog .left__side,
.emPage__blog .right__side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
} */

.item__card {
  display: block;
  text-decoration: none !important;
  background-color: var(--bg-white);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 2px 3px #f7f7f8;
}

.emPage__blog .item__card {
  margin-bottom: 20px;
}

.item__card .cover_img img {
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  /* height: 105px; */
  object-fit: cover;
}

.item__card .card__body {
  padding: 15px 15px 20px 15px;
}

.item__card .card__body span {
  font-size: 12px;
  display: block;
  color: #9498ac;
  margin-bottom: 10px;
}

.item__card .card__body h2 {
  font-size: 15px;
  color: var(--color-secondary);
  font-weight: 400;
  margin: 0;
  max-height: 34px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 100%;
}

@media (min-width: 992px) {
  .item__card .cover_img img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .item__card .cover_img img {
    height: 105px;
  }
}

.button-default{
  background-color: #000;
  color: #fff;
  margin-right: 10px;
}

#cboxContent {
  border-radius: 10px;
}
.blog-single img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}