.prev_auth {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10pt;
  color: #000;
}

.prev_birth {
  display: inline;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  /*font-style: italic;*/
}

@media (max-width: 992px){
  .prev_birth {
    display: none;
  }
}

.prev_title {
  /*font-family: "Alexander";*/
  /*font-weight: 500;*/
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 3pt;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 681px) {
  .prev_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

@media (max-width: 680px) {
  .prev_title {
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
  }
}


.prev_desc {
  font-family: "Roboto" !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 6pt;
}

.prev_price {
  font-family: "Roboto";
  font-size: 16px;
}