.image-container {
  display: block;
  width: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-view-more {
  background-color: #356eac;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.custom-view-more:hover {
  background-color: #36475a;
}
.text-4 {
  letter-spacing: 3px;
}
ul.nav-list li a {
  transition: all 0.3s ease-in-out;
}
ul.nav-list li a:before {
  font-size: 0.6rem;
  left: 9px;
}
h3 {
  color: #2f5597;
}
.badge-dark {
  background-color: #2f5597;
}
.badge {
  letter-spacing: 2px;
}
.img-thumbnail {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.img-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-info a {
  font-size: 1rem;
}

.sidebar-content {
  position: sticky;
  top: 80px;
  height: fit-content;
}
#news-page h2 {
  margin: 0 0 0 0;
  color: #36475a;
}
.fa-facebook:before {
  display: none;
}
.blog-details__social a:hover {
  cursor: pointer;
}
#news-page .fa-square-facebook {
  color: #959ba1;
  padding: 0 8px;
  font-size: 34px;
  transition: all 0.2s ease-in-out;
}
#news-page .fa-line {
  color: #959ba1;
  padding: 0 8px;
  font-size: 32px;
  transition: all 0.2s ease-in-out;
}
#news-page .fa-square-facebook:hover,
#news-page .fa-line:hover {
  color: #36475a;
}
.post-card-image {
  display: block;
  width: auto;
  position: relative;
}
.post-card-image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .image-container {
    height: 300px;
  }

}
aside ul.nav-list li > a.active {
  color: var(--primary--100);
}
aside ul.nav-list > li > a {
  padding: 2px 0 2px 22px;
}
article img {
  width: 100%;
  height: auto;
}
