.row.gutter-10 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5% 0px -8%;
    justify-content: center;
}
.filter-menu .btn {
  margin: 0 5px;
}

.filter-menu .btn.active {
    color: #fff;
    background-color: #022874;
    border-color: #011c51;
}

.filter-menu .btn.inactive {
  background-color: #f0f0f0; 
  color: black;
}

.col-md-3.col-sm-6.col-xs-12 {
  padding: 10px;
  box-sizing: border-box;
  width: 24%
}
 .category-section {
      margin-bottom: 40px;
    }
    .category-title {
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #333;
      margin-bottom: 20px;
      text-align: left;
      border-left: 5px solid #000000;
      padding-left: 15px;
      margin-left: -5%;
    }
.box__common .image-wrap img {
    opacity: 1 !important;
}

.box__common .image-wrap:before {
    background: 0 !important;
}

.journalist-card {
  width: 100%;
}

.box.box__common {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.box.box__common:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

.box__common:hover .info-wrap {
    background: rgb(0 0 0 / 41%) !important;
}

.image-wrap {
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease; 
}

.box.box__common:hover .image-wrap img {
  transform: scale(1.05); 
}

.info-wrap {
  text-align: left!important;
  background: #f0f0f0; 
  color: #333;
}

.title {
  font-size: 16px !important;
  margin: 5px 0;
    text-align:left;

  font-weight: 700; 
  color: #2c3e50; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
}

.title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.category {
  font-size: 1.6rem!important;
  display:none;
  text-align:left;
  color: #fcfcfc; 
  margin: 0;
  text-transform: capitalize; 
}

@media (min-width: 992px) {
  .col-md-3 {
    width: 1%; 
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6 {
    width: 10%; 
  }
  .title {
  font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .col-md-3.col-sm-6.col-xs-12
  {
    width: 50%
  }
  .row.gutter-10 {
   margin: 0px -9% 0px -9%;
  }
  .box.box__common {
    max-width: 300px;
    margin: 0 auto;
  }
  .image-wrap img {
    max-height: 250px;
  }
  .title {
    font-size: 16px !important;
  }
  .category {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .box.box__common {
    max-width: 100%;
  }
  .image-wrap img {
    max-height: 250px;
  }
  .title {
    font-size: 11px !important;
  }
  .category {
    font-size: 1.8rem;
  }
}