.price_block_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--default-900);
  text-align: center;
  padding: 3.65rem 0;
  margin-bottom: 3.23rem;
}

.price_block_3 > div {
  width: 53%;
}

.price_block_3 > div > h6 {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .price_block_3 > div {
    width: 98%;
  }
}
