.news-detail-content {
  text-align: justify;
}

.fig-picture {
  width: 100% !important;
  padding: 0 !important;
}

.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.latest-new-title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-fluid {
  width: 12rem !important;
}

img {
  max-width: 100%;
}

.category-btn {
  padding: 14px 50px;
  color: #283678;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-right: 30px;
  border: 1px solid #e3e3e3bf;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  display: block;
}

.category-btn.active {
  background: #f9a61c;
  border-color: #f9a61c;
}

.category-btn:hover {
  background: #f9a61c;
  border-color: #f9a61c;
}

.section-news-categories {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}

.section-news-categories .categories-wrapper {
  display: flex;
  justify-content: start;
}

@media (max-width: 500px) {
  .categories-wrapper {
    display: flex;
    flex-direction: column;
  }

  .categories-wrapper .category-btn {
    margin: 0;
    text-align: center;
  }
}
.news-detail-content img{
  object-fit: contain;
}