.sect-1 {
  padding: 50px 0;
  margin-top: 70px;
}
.sect-1 .tit {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.sect-1 .txt {
  font-size: 16px;
  color: #bebebe;
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.sect-1 .txt p {
  margin: 0 20px;
}
.sect-1 .text {
  font-size: 16px;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 30px;
}
@media (min-width: 768px) {
  .sect-1 {
    padding: 50px 0;
    margin-top: 80px;
  }
  .sect-1 .tit {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #000000;
  }
  .sect-1 .txt {
    font-size: 16px;
    color: #bebebe;
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .sect-1 .txt p {
    margin: 0 20px;
  }
  .sect-1 .text {
    font-size: 16px;
    font-weight: 300;
    color: #6b6b6b;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    padding: 50px 0;
    margin-top: 100px;
  }
  .sect-1 .tit {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #000000;
  }
  .sect-1 .txt {
    font-size: 16px;
    color: #bebebe;
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .sect-1 .txt p {
    margin: 0 20px;
  }
  .sect-1 .text {
    font-size: 16px;
    font-weight: 300;
    color: #6b6b6b;
    line-height: 30px;
  }
}
/*# sourceMappingURL=text.css.map */