body {
  font-family: "Mukta", "PT Sans", sans-serif;
}

mt {
  margin-top: 30px;
}

.test {
  margin-top: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Mukta", sans-serif;
}

.first-div-first-paragraph,
.second-div-second-paragraph {
  font-size: 1.1rem;
}

.header-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 80%;
}

.line-here {
  flex-grow: 1;
  height: 2px;
  background-color: #6b7280;
}

.header-left {
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
}

.header-right {
  font-weight: 600;
  cursor: pointer;
}

.first-div,
.second-div,
.third-div {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d5db;
  width: 100%;
  text-align: justify;
}

.first-parent,
.second-parent,
.third-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 30%;
  /* border: 1px solid blue; */
}

.first-div-first-div {
  width: 100%;
  text-align: center;
  height: 12rem;
}

.first-div-first-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 3px solid blue;
}

.second-div-second-image {
  min-width: 7rem;
  height: 5.625rem;
}

.second-div-second-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.second-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.third-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.category-map {
  margin-top: 3rem;
  font-size: 0.9rem;
}

.image-parent-category {
  height: 11.75rem;
  width: 100%;
  border: 1xp solid blue;
}

.image-category {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.p-category {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9ca3af;
  text-align: justify;
  cursor: pointer;
}

.p-category:hover {
  color: blueviolet;
}

.last-c {
  border-bottom: none !important;
}

.auto-line {
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  .test {
    flex-direction: column;
    align-items: center;
  }

  .first-parent,
  .second-parent,
  .third-parent {
    width: 100%;
  }

  .header-data {
    flex-direction: column;
    gap: 5px;
  }

  .second-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .second-div-second-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .second-div-second-image {
    width: 100%;
    height: auto;
  }

  .first-div-first-div {
    height: auto;
  }

  .first-div-first-image {
    height: auto;
  }
}
