.description {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.description-title {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #333333;
  margin: 0 0 32px 0;
}
.description-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  gap: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  margin: 40px 0;
}
.description p, .description h2, .description h3, .description h4, .description h5, .description h6, .description ul, .description ol {
  margin: 0 0 16px 0;
}
.description h2, .description h3, .description h4, .description h5, .description h6, .description ul, .description ol {
  font-weight: 500;
}

.description-company {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  margin: 0 0 32px 0;
  padding: 16px 24px 16px 16px;
  gap: 10px;
  background: #F6F8FC;
  border-radius: 16px;
}
.description-company .btn {
  padding: 10px 16px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  outline: none;
  border: none;
}
.description .company-left {
  display: flex;
  align-items: center;
}
.description .company-left .avatar {
  border-radius: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
}
.description .company-left img {
  object-fit: cover;
  width: 100%;
}
.description .company-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 0 16px;
}
.description.is-collapsed {
  max-height: 190px;
}
.description:not(.is-collapsed) {
  max-height: none;
}
.description-toggle {
  margin-top: 10px;
}
.description-toggle a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #7B61FF;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}
.description-toggle a:hover {
  text-decoration: underline;
}
.description .js-desc-toggle-wrap {
  display: none;
}

/*# sourceMappingURL=description.css.map */
