#profile .hero {
  width: 800px;
  min-width: 800px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 560px) {
  #profile .hero {
    width: 100%;
    min-width: auto;
  }
}

#profile .contentBlock {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 560px) {
  #profile .contentBlock {
    width: 100%;
    min-width: auto;
  }
}

#profile .contentBlock .logo {
  margin-bottom: 60px;
}

@media (max-width: 560px) {
  #profile .contentBlock .logo {
    width: 45%;
    margin: 0 auto;
  }
}

#profile .contentBlock .txt {
  line-height: 2em;
}

@media (max-width: 560px) {
  #profile .contentBlock .txt {
    width: 95%;
    margin: 30px auto 60px;
  }
}

#profile .contentBlock .memberBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  margin: 120px auto 0;
}

#profile .contentBlock .memberBlock .member {
  text-align: center;
  flex-basis: 48%;
}

#profile .contentBlock .memberBlock .member__img {
  width: 100%;
}

#profile .contentBlock .memberBlock .member__name {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}

#profile .contentBlock .memberBlock .member__link {
  display: block;
  width: 30px;
  margin: 20px auto 0;
}

#profile .contentBlock .memberBlock .member__link img {
  width: 30px;
}

@media (max-width: 560px) {
  #profile .contentBlock .memberBlock .member__link img {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  #profile .contentBlock .memberBlock .member__link {
    width: 50px;
  }
}

@media (max-width: 560px) {
  #profile .contentBlock .memberBlock .member--mido {
    margin-bottom: 60px;
  }
}

@media (max-width: 560px) {
  #profile .contentBlock .memberBlock {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}