#categories-tab {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-active-border-color: transparent;
  --bs-nav-link-color: rgba(255, 255, 255, 0.66);
  --bs-nav-link-hover-color: #fff;
  background-color: #2A5469;
  margin-bottom: 5vh;
}

.blog-post-card {
  width: 100%;
}
.blog-post-card .blog-img {
  position: relative;
}
.blog-post-card .blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 82, 103, 0.5);
}
.blog-post-card .blog-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .blog-post-card .blog-img img {
    height: 250px;
  }
}
.blog-post-card .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #355267;
  margin-top: 30px;
}
.blog-post-card .category {
  color: #355267;
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
.blog-post-card .description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #767E80;
  margin-top: 15px;
  overflow: hidden;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.blog-post-card a {
  text-decoration: none;
  color: #355267;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 20px;
  padding: 0;
}
.blog-post-card a:hover {
  color: #288faf;
}

#faGallery .carousel-inner .carousel-item {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}