p {
  margin: 0;
}

a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.6;
}

.text {
  text-align: center;
  line-height: 1.6;
  margin-top: 60px;
}

.link {
  text-align: center;
  margin-bottom: 10px;
}
.link a {
  text-decoration: none;
  color: #000;
}

.bnr {
  width: min(50%, 1672px);
  margin: 0 auto 200px;
}
.bnr img {
  width: 100%;
}

.data {
  display: flex;
  justify-content: center;
}
.data p {
  border: 1px solid #000;
  padding: 30px 60px 30px 10px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bnr {
    margin-bottom: 100px;
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */