.fp_about h2 {
  position: relative;
  height: 296px;
  background-size: cover;
  background-position: center right;
  background-image: url(./about_bg.jpg);
  margin-top: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;

}

.fp_about h2 img {
  position: absolute;
  max-width: 70%;
  top: 80px;
  left: 20px;
  position: absolute;
}

.fp_about p {
  text-align: center;
  margin: 80px auto;
}

.fp_about table {
  border-collapse: collapse;
  margin: 20px auto 40px;
  border-top: 1px solid #dddddd;
  width: 100%;
  max-width: 720px;
}

.fp_about tr {
  border-bottom: 1px solid #dddddd;
}

.fp_about th {
  white-space: nowrap;
  padding: 1em;
  text-align: right;
}

.fp_about td {
  word-break: break-all;
  padding: 1em;
}


.fp_about ul {
  max-width: 560px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  justify-content: space-between;
}

.fp_about li {
  width: 48%;
}

.fp_about ul a {
  display: block;
  background-color: #000;
  padding: 2em 0;
  text-align: center;
  color: #fff;
}

.fp_about ul a:hover {
  background-color: #545454;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .fp_about h2 img {
    top: 20px;
  }
}

@media screen and (max-width: 720px) {
  .fp_about h2 {
    background-position: center center;
  }
}

@media screen and (max-width: 640px) {
  .fp_about th {
    padding: 1em 1em 0;
    text-align: left;
    display: block;
    width: 100%;
  }

  .fp_about td {
    display: block;
    width: 100%;
  }
}