@charset "utf-8";

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fw-bold {
  font-weight: bold;
}

.sec-access {
  margin-top: 40px;
  margin-bottom: 60px;
  width: fit-content;
}

.sec-access:last-child {
  margin-bottom: 0;
}

.route-img,
.campus-img {
  width: 801px;
  max-width: 100%;
}

.station-img {
  width: 481px;
  max-width: 100%;
}

@media (max-width: 768.9px) {
  .main-content {
    padding-bottom: 40px;
  }

  .sec-access {
    margin-bottom: 40px;
  }
}