@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
}
.new-detail {
  gap: 24px;
}
.new-detail .new-img {
  width: 496px;
  height: 319px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-detail .new-title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Mulish", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  margin: 0;
}
.new-detail .new-description {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin: 0;
}
.new-detail table {
  width: 100% !important;
}
.new-detail table tr, .new-detail table td {
  border: 1px solid #DEE3ED;
}

@media (max-width: 991px) {
  .new-img {
    width: 100% !important;
    height: 234.66px !important;
  }
  .new-title {
    font-family: "Mulish", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 38px !important;
  }
}/*# sourceMappingURL=newdetails.css.map */