.link_container {
  width: 825px;
  text-align: center;
  padding: 75px;
}
.link_groupButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #535353;
  margin-bottom: 35px;
}
.link_question {
  display: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #535353;
  margin-bottom: 49px;
}
.link_description {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 51px;
  padding-bottom: 35px;
}
.link_description p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #535353;
}
.link_description p:first-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .link_container {
    width: 289px;
    text-align: center;
    padding: 21px 15px;
  }
  .link_question {
    font-size: 12px;
    line-height: 14px;
    padding: 0 30px;
    margin-bottom: 17px;
  }
  .link_title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 17px;
  }
  .link_title br {
    display: none;
  }
  .link .close {
    right: -91px;
    top: -21px;
  }
  .link .close svg, .link .close img {
    width: 10px;
    height: 10px;
  }
  .link_description {
    margin-bottom: 28px;
    padding-bottom: 10px;
  }
  .link_description p {
    font-size: 10px;
    line-height: 12px;
  }
  .link_description p:first-child {
    margin-bottom: 12px;
  }
  .link_description p br {
    display: none;
  }
}

/*# sourceMappingURL=link.css.map */
