@charset "utf-8";

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1.1em;
  padding-left: 1em;
}

.txt-black {
  color: var(--clr-neutral-900);
}

.d-block {
  display: block;
}

.sub-sec:last-child {
  margin-bottom: 0;
}

.address {
  background-color: var(--clr-bg);
  padding: 20px;
}

.btn-download {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  margin: 0 auto;
  padding: 11px 34px 13px;
  font-weight: 500;
  max-width: 340px;
  border-radius: 24px;
  transition: opacity .6s;
  color: var(--clr-neutral-100);
  background-color: var(--clr-primary);
}

.btn-download .arw-download {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url(../img/ico_download.svg) no-repeat;
  transform: translateY(16%);
}

@media (max-width: 768.9px) {
  .main-content {
    padding-bottom: 40px;
  }
}