.notifications-wrapper {
  background-color: #fff;
  position: relative;
}
.notifications-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  background-color: #fce600;
  bottom: 0;
  top: 0;
  left: 0;
}

.notifications-title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  display: none;
}

.notification-wrapper:first-child {
  padding-top: 65px;
}
.notification-wrapper + .notifications-title-wrapper {
  display: flex;
}

.notification-item {
  display: flex;
  margin-bottom: 20px;
}
.notification-item:last-child {
  margin-bottom: 20px;
}

.notification-date {
  width: 285px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px 0 24px;
}

.notifications-title {
  padding: 0 20px 0 24px;
}

.notification-text {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .notification-text {
    padding-left: 24px;
  }
}
/*# sourceMappingURL=faq.css.map */
