.about {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.about section:not(:first-of-type) {
  margin-top: 40px;
}

.about img {
  width: 100%;
  height: auto;
}

.about h3 {
  color: #ff467f;
  font-size: 22px;
  font-weight: 700;
}

.about__nav {
  padding: 16px;
  background-color: #F7F7F7;
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.about__nav li {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.about__nav a {
  color: #555;
  text-decoration: none;
}

.about table {
  border: solid 4px #CCC;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 8px;
}

.about table th,
.about table td {
  border: solid 4px #CCC;
  padding: 8px;
  font-size: 16px;
}

.about table .th {
  white-space: nowrap;
}

.about table .th1 {
  width: 20%;
}

.about table .th2 {
  width: 40%;
}

.about td {
  text-align: center;
}

.about .caption {
  font-size: 11px;
  padding: 0 0 0 2em;
  text-indent: -2em;
}

.floating {
  margin: 40px 0;
  text-align: center;
}