/*

[Custom Stylesheet]

Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template
Author      : themelooks.com
Author URI  : https://themeforest.net/user/themelooks

*/
.headerFlex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.height190 {
  min-height: 190px;
  max-height: 190px;
}
.dividers {
  color: gainsboro;
}
.rajniti {
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 15px;
}
.rajniti::after {
  content: "";
  height: 1px;
  width: 90%;
  background-color: #eee;
  position: absolute;
  left: 15px;
  bottom: 0;
}
#categoryContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}
img {
  object-fit: cover;
}
/* Responsive part */
@media only screen and (max-width: 1200px) {
  .headerFlex {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}

@media only screen and (max-width: 1000px) {
  #categoryContent {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
