.b-clinic-history {
  background: #fff;
}
.b-clinic-history__bg {
  padding: 64px;
  border-radius: 56px 56px 0 0;
  background: #f0f6ff;
}
@media (max-width: 768px) {
  .b-clinic-history__bg {
    padding: 25px;
    border-radius: 24px 24px 0 0;
  }
}
.b-clinic-history__title {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .b-clinic-history__title {
    font-size: 28px;
  }
}
.b-clinic-history__wrapper {
  padding: 78px 78px 0 78px;
}
@media (max-width: 1024px) {
  .b-clinic-history__wrapper {
    padding: 25px 25px 25px 0;
  }
}
.b-clinic-history__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .b-clinic-history__item {
    display: flex;
    flex-direction: column;
  }
}
.b-clinic-history__item-date {
  display: flex;
  align-items: center;
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .b-clinic-history__item-date {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.b-clinic-history__item-description {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .b-clinic-history__item-description {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */