.howtoget-page__connection {
}

.howtoget-page__connection__blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10rem;
}

.howtoget-page .howtoget-page__connection__blocks h2 {
  color: var(--color-11);
  margin: 0;
  padding: 0;
}

.howtoget-page .howtoget-page__connection__blocks h3 {
  color: var(--color-11);
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.howtoget-page .howtoget-page__connection__blocks ul li {
  color: var(--color-11);
  /*margin: 0;*/
  /*padding: 0;*/
}

@media screen and (min-width: 576px) {
  .howtoget-page .howtoget-page__connection__block__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .howtoget-page .howtoget-page__connection__blocks h3 {
    font-size: 3rem;
    margin-right: 2rem;
  }

  .howtoget-page .howtoget-page__connection__blocks ul {
    margin-top: 1rem;
  }

  .howtoget-page .howtoget-page__connection__block__item h3,
  .howtoget-page .howtoget-page__connection__block__item ul {
    flex: 1 1 calc((100% / 2) - 2rem);
  }

}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
  .howtoget-page__connection__blocks {
    flex-direction: row;
    justify-content: space-between;
  }

  .howtoget-page__connection__block {
    flex: 0 1 calc((100% / 2) - 3rem);
  }
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1400px) {
}
