@media (max-width: 992px) {
    .station_selection_title {
      font-size: 48px;
    }

    .item-body {
      width: 500px;
     }

    .item-body h3 {
		  font-size: 64px;
    }

    .item-body p {
		  font-size: 48px;
    }

    .link {
		  font-size: 32px;
    }

    .flex_button {
      flex-direction: column;
    }
}