/* START: Custom */
.logo-img {
  max-height: 36px;
}

.block-typo {
  font-size: 17px;
  line-height: 2;
  font-weight: 300;
  color: #111;
}

.is-dark .block-typo {
  color: #fff;
}

.block-typo h2 {
  margin-top: 48px;
  font-size: 28px;
  font-weight: 600;
}

.block-typo strong {
  font-weight: 600;
}

.block-typo img {
  max-width: 100% !important;
}

.block-typo .wp-caption {
  width: 100% !important;
}

.block-typo .wp-caption img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.card .card-image {
  height: 180px;
  object-fit: cover;
}

.post-list-thumbnail {
  height: 220px;
  object-fit: cover;
}

.pagination-area ul {
  margin: 0 auto;
  width: auto;
  display: block;
}

.card-blog h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
/* END: Custom */