@charset "utf-8";

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1.1em;
  padding-left: 1em;
}

.txt-right {
  text-align: right;
}

.txt-blue {
  color: var(--clr-tertiary);
}

.txt-black {
  color: var(--clr-neutral-900);
}

.d-block {
  display: block;
}

.sub-sec:last-child {
  margin-bottom: 0;
}

.sub-sec.course ul {
  list-style-type: none;
  padding-left: 0;
}

.address {
  background-color: var(--clr-bg);
  padding: 20px;
}

.address h5 {
  font-size: 16px;
  line-height: 2;
}

.address span {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768.9px) {
  .main-content {
    padding-bottom: 40px;
  }
}