.block_2 {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  background: var(--Primary-Rich-black, #121212);
}
.block_2 .line {
  margin-top: 4.5rem;
}
.block_2 .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_2 .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 */
  width: 42.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block_2 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.block_2 .line .item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_2 .line .item .img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.block_2 .line .item .img_block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.block_2 .line .item .item_title {
  color: var(--primary-400-primary, #B7FF00);
  font-family: "Switzer Variable";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 1rem;
  width: 18.3125rem;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.block_2 .line .item .item_subtitle {
  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 */
  width: 18.3125rem;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .block_2 {
    padding-top: 5rem;
  }
  .block_2 .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .block_2 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .block_2 .title {
    font-size: 1.75rem;
  }
  .block_2 .subtitle {
    font-size: 1.125rem;
  }
  .block_2 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
  }
}