.blog-listig-wrapper .blog-wrap {
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
}

.blog-listig-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.blog-item,
.blog-item img {
  border-radius: 10px;
}
.blog-caption {
  border-radius: 10px;
  padding: 20px 0 0;
}
.blog-caption .heading-20 {
  padding: 0 20px;
  height: 72px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 1.2;
}

.more {
  border-top: 1px solid #f2f3f3;
  padding: 20px 20px;
  display: flex;
}

.blog-rc-list .blog-wrap {
  display: flex;
  margin-bottom: 30px;
}
.blog-rc-list .blog-thumb {
  width: 152px;
}
.blog-rc-list .blog-caption {
  padding: 0;
  padding-left: 25px;
  flex: 1;
}
.blog-rc-list .blog-caption .blog-title {
  font-size: 16px;
  line-height: 22px;
  color: var(--paragraph);
  margin-bottom: 10px;
}
.blog-rc-list .blog-caption .more {
  padding: 0;
  border-top: 0;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
}
.blog-listig-wrapper .blog-wrap:hover {
  box-shadow: -1px 2px 5px 1px rgb(0 0 0 / 20%);
}
.blog-listig-wrapper .blog-wrap:hover .blog-caption .more {
  background-color: var(--orange);
  color: var(--white);
}

.blog-listig-wrapper .blog-wrap:hover .blog-caption .more img {
  filter: invert(0) brightness(1);
}
.blog-rc-list .blog-caption:hover .blog-title {
  color: var(--darkblue);
}

.blog-bottom-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(27, 25, 28, 0.1);
  padding: 16px 0;
  margin-top: 40px;
}
.blog-caption .more {
  border-radius: 0 0 10px 10px;
}
.blog-bottom-link a {
  font-size: 18px;
  color: #2b2b2b;
}
.blog-bottom-link a i {
  font-weight: 600;
}
.blog-bottom-link a:hover,
.blog-bottom-link a:hover i {
  color: var(--orange);
}
.blog-bottom-link a.prev-blog i {
  margin-right: 5px;
}
.blog-bottom-link a.next-blog i {
  margin-right: 5px;
}
@media (max-width: 1439.98px) {
  .blog-listig-wrapper .blog-wrap {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }
  .team-block > a > * {
    padding-left: 25px;
    padding-right: 15px;
  }
}

@media (max-width: 1199.98px) {
  .blog-listig-wrapper .blog-wrap {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 991.98px) {
  .blog-listig-wrapper .blog-wrap {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .blog-caption .heading-20 {
    height: 62px;
  }
  .blog-caption .more {
    padding: 15px;
  }
  .blog-caption .heading-20 {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .blog-caption .more {
    padding: 10px;
  }
  .blog-caption .heading-20 {
    padding: 0 10px;
  }
}

@media (max-width: 576.98px) {
  .blog-listig-wrapper .blog-wrap {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
  .blog-rc-list .blog-thumb {
    width: 100px;
  }
  .blog-rc-list .blog-caption {
    padding-left: 15px;
  }
  .blog-rc-list .blog-wrap {
    margin-bottom: 20px;
  }
  .blog-caption .heading-20 {
    height: 60px;
  }
  .blog-bottom-link a {
    font-size: 16px;
  }
}
