.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qa-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
  border-radius: 20px;
  padding: 25px 25px 20px;
  background: #f4f4f4;
  overflow: hidden;
}

.qa-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  margin-bottom: 12px;
}

.qa-card__section {
  font-size: 13px;
  line-height: 19px;
  color: #b3b3b3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.qa-card__date {
  margin-left: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
  color: #b3b3b3;
}

.qa-card__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #222;
  overflow-wrap: break-word;
}

.qa-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 24px;
  gap: 16px;
  width: 100%;
}

.qa-card__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow-wrap: break-word;
}

.qa-card__link {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 833px) {
  .qa-card {
    min-height: 218px;
    padding: 20px;
    border-radius: 20px;
  }

  .qa-card__title {
    font-size: 15px;
    line-height: 21px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
