.profile .section__title {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

.profile--logo {
  width: 100%;
  margin-bottom: 60px;
}
.profile--logo img {
  width: 100%;
}

@media all and (min-width: 769px) {
  .profile--logo {
    width: 400px;
    margin: 0 auto 60px;
  }
}
.profile--table {
  width: 100%;
}
.profile--table th {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  font-weight: normal;
}
.profile--table td {
  display: block;
  margin-bottom: 50px;
}
.profile--table td a {
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  .profile--table th {
    width: 200px;
    display: table-cell;
    text-align: right;
    padding-top: 2px;
  }
  .profile--table td {
    display: table-cell;
    padding: 0 0 50px 40px;
  }
}