.category-bg {
  background: #f2f2f2;
  padding: 60px 0 10px;
  margin-bottom: 0;
}
.category-post-content article, .filter-content-inner article, .video_list_block .video_inner_section {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.category-post-content article .image, .filter-content-inner article .image {
  margin-bottom: 20px;
  overflow: hidden;
  height: 220px;
}
.better-customer-stories .category-post-content article .name {
  height: auto;
}
.category-post-content article .name, .filter-content-inner article .name {
  padding-left: 25px;
  padding-right: 25px;
  height: 79px;
  overflow: hidden;
}
.better-customer-stories .category-post-content article .name h2 {
  margin-top: 0;
}
.category-post-content article .name h2, .filter-content-inner article .name h2, .video_list_block h3 {
  line-height: normal;
  font-size: 18px;
  margin: 15px 0;
    margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content h2 {
  color: #00414c;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 1rem;
}
a {
  color: #00414c;
  text-decoration: none;
  cursor: pointer;
}
.category-post-content article .cntnt1, .filter-content-inner article .cntnt1 {
  padding-left: 25px;
  padding-right: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.category-post-content article .continue-div, .filter-content-inner article .continue-div, .video_list_block .watch-video {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 20px;
  gap: 5px;
}
@media (max-width: 1999px) {
  .category-post-content article .continue-div {
    flex-wrap: wrap;
  }
}
.category-post-content article .continue-div a, .filter-content-inner article .continue-div a, .video_list_block .watch-video a {
  background: #00414c;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 20px;
  margin: 5px 0;
  white-space: nowrap;
  border: 2px solid #00414c;
  text-decoration: none;
}
.btn {
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  border-radius: 8px;
  color: #00414c;
  cursor: pointer;
}

.category-post-content article .continue-div a:hover {
  color: #00414c;
  background: #fff;
}
.category-post-content article .continue-div a {
  background: #00414c;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 20px;
  margin: 5px 0;
  white-space: nowrap;
  border: 2px solid #00414c;
  text-decoration: none;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
}
.btn-close {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 48%);
  opacity: 1;
  background-size: 10px auto;
  z-index: 11;
}