.b-text-card-block {
  padding: 40px 0 48px;
  margin-bottom: 40px;
}
.b-text-card-block._bg_gray {
  background: #f7f7fb !important;
}
.b-text-card-block._bg_white {
  background: #fff !important;
}

.text-card-block-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #1d1d1b;
  margin-bottom: 48px;
}

.text-card-block-title_after {
  margin-bottom: 48px;
}

.text-card-block-title_after p {  
  margin-bottom: 24px;
}

.text-card-block-title_after p:last-child {
  margin-bottom: 0;
}

.text-card-block-items {
  margin-bottom: 48px;
}

.text-card-block-items .row._width_50 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.text-card-block-items .item {
  background: #f7f7fb;
  padding: 32px;
  margin-bottom: 20px;
  border-top: 4px solid #00a88e;
}

.b-text-card-block._bg_gray .text-card-block-items .item {
  background: #fff;
}

.text-card-block-items .row._width_50 .item {
  width: calc(50% - 10px);
  flex-shrink: 0;
}

.text-card-block-items .item .head {
}

.text-card-block-items .row._title_place_near .item .head {
  display: flex;
  align-items: center;
}

.text-card-block-items .item .head {
}

.text-card-block-items .item .image {
  height: 64px;
  width: 64px;
  margin-right: 16px;
  overflow: hidden;
}

.text-card-block-items .row._image_round .item .image {
  border-radius: 50%;
}

.text-card-block-items .row._title_place_under .item .image {
  margin-bottom: 28px;
  margin-right: 0;
}

.text-card-block-items .item .image img {
  height: 100%;
  width: auto;
}

.text-card-block-items .item .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  color: #1d1d1b;
}

.text-card-block-items .row._title_place_under .item .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}

.text-card-block-items .item .text,
.text-card-block-items .item .text p {  
  margin-bottom: 0;
}
.text-card-block-items .item .text {
  margin-top: 28px;
}

.text-card-block-items .item .text p {
  margin-bottom: 24px;
}

.text-card-block-items .item .text p:last-child {
  margin-bottom: 0;
}

.text-card-block-items .row._title_place_under .item .text {
  margin-top: 0;  
}

.text-card-block-items .row._title_place_under._image_round .item .text,
.text-card-block-items .row._title_place_under._image_round .item .text p {
  margin-top: 0;  
  color: #999;
}

.text-card-block-items .item ol {
  list-style: decimal;
  padding-left: 28px;
}
.text-card-block-items .item ol > li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.spage .main .text-card-block-items .item ol > li .ol-list-marker {
  display: none;
}

.text-card-block-text p {  
  margin-bottom: 24px;
}

.text-card-block-text p:last-child {
  margin-bottom: 0;
}

.b-text-card-block .hidden {
  display: none;
}

.b-text-card-block .text strong {
  font-weight: 600;
}
