section.build {
  height: 40vh;
  margin-top: 10vh;
  border-bottom: 1px solid #e6ebed;
}

section.build p {
  font-size: 1.8em;
  padding: 5px 30px;
  background-color: rgba(245, 106, 106, 0.25);
}

section.charter-detail {
  padding: 20px 0;
  border-bottom: 1px solid #e6ebed;
}

section.charter-detail .detail-title {
  font-size: 1.6em;
  color: #3d4449;
  margin-bottom: 1.5em;
}

section.charter-detail .detail-title p {
  display: table;
  background-color: rgba(245, 106, 106, 0.64);
  padding: 2px 25px;
}

section.charter-detail .detail-content {
  color: #3d4449;
  font-size: 1.1em;
}

