.block_5 {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  background: var(--Primary-Rich-black, #121212);
}
.block_5 .title {
  color: var(--Secondary-Platinum, #EAEAEA);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 3rem */
  margin-bottom: 1.5rem;
}
.block_5 .subtitle {
  color: var(--Grey-scale-500, #B5B5B5);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
}
.block_5 .title_block {
  margin-bottom: 4.5rem;
}
.block_5 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.block_5 .line .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex: 1;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1rem;
  border: 1px solid var(--Grey-scale-800, #3C3C3C);
  background: var(--card_business_v2, linear-gradient(180deg, #101010 0%, #111 6.67%, #111 13.33%, #111 20%, #121212 26.67%, #131313 33.33%, #131313 40%, #151515 46.67%, #161616 53.33%, #171717 60%, #171717 66.67%, #181818 73.33%, #191919 80%, #191919 86.67%, #1A1A1A 93.33%, #1A1A1A 100%));
}
.block_5 .line .item .num_text {
  margin-bottom: 1rem;
  color: var(--Secondary-Platinum, #EAEAEA);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 2.7rem */
}
.block_5 .line .item .num_text span {
  color: var(--Grey-600, #6D6D6D);
}
.block_5 .line .item .item_text {
  color: var(--Grey-scale-600, #919191);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin-bottom: 3rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .block_5 .title {
    font-size: 2rem;
  }
  .block_5 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_5 .line .item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .block_5 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .block_5 .title {
    font-size: 1.75rem;
  }
  .block_5 .subtitle {
    font-size: 1.125rem;
  }
  .block_5 .title_block {
    margin-bottom: 3rem;
  }
  .block_5 .line .item {
    padding: 1.5rem;
  }
  .block_5 .line .item .item_text {
    margin-bottom: 2rem;
  }
}