.post-banner {
  margin-bottom: 24px;
}
.post-banner__content {
  min-height: 284px;
  padding: 32px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
}
.post-banner__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 24px;
}
.post-banner__date {
  color: #151536;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

.post-numbers {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.post-numbers br {
  display: none;
}
@media screen and (max-width: 1150px) {
  .post-numbers {
    gap: 24px;
  }
}

.post-number {
  width: calc(33% - 26px);
  min-height: 300px;
  background-color: #F6F7F9;
  padding: 24px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 20px;
  position: relative;
  color: #151536;
}
@media screen and (max-width: 1150px) {
  .post-number {
    width: calc(33% - 16px);
  }
}
@media screen and (max-width: 600px) {
  .post-number {
    width: calc(50% - 13px);
  }
}
.post-number:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/singe-post/numbers-bg.svg");
}
.post-number__value {
  margin-bottom: 8px;
  position: relative;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.07;
}
.post-number__text {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

.post-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 0 !important;
}
@media screen and (max-width: 1150px) {
  .post-bullets {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .post-bullets {
    gap: 8px;
  }
}
.post-bullets.purple-bullets li:before {
  background-image: url("../images/singe-post/check-circle-purple.svg");
}
.post-bullets li {
  margin: 0;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  position: relative;
  color: #707381;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.post-bullets li:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/singe-post/check-circle-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.post-bullets br {
  display: none;
}
/*# sourceMappingURL=../sourcemaps/single-post.css.map */
