.cateagory-detail-section{
    display: flex;
    gap: 10px;
}
.cateagory-detail-section-grid{
    width: 50%;
    display: flex;
    gap: 10px;
}
.cateagory-detail-sectiogrid-left{
    width: 50%;
}
.cateagory-detail-sectiogrid-right{
    width: 50%;
}
.bottom-img-section {
  height: 100px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topic-grid-new{
    width: 25%;
}
.top-second-bottom-head {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding: 10px 0px;
}
.top-second-bottom-head a{
    color: black;
}
.top-second-right-head {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    padding: 10px 0px;
    gap: 10px;
}
.top-second-right-head a{
    color: #000;
}
.line-bottom {
  border: none;
  height: 2px;
  background-color: rgb(231, 231, 231);
  margin: 10px 0px; /* Optional: remove spacing */
}

