.access-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-method img {
  margin-bottom: 5px;
}

.strengths-wrapper .has-text-align-center {
  padding-bottom: 2px;
  border-bottom: solid 1px rgba(84, 84, 84, 0.4);
}

.service-wrapper img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow__list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.flow__item {
  background: #fff;
  border-left: 4px solid var(--accent-color);
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  -webkit-box-shadow: 6px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 6px 8px rgba(0, 0, 0, 0.03);
}
.flow__step {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--accent-color);
}
.flow__desc {
  font-size: 14px;
  line-height: 21px;
  color: #333;
}

.history {
  padding: 0;
  background-color: #f7f7f7;
}
.history__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.history__list {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--accent-color);
  padding-left: 1rem;
}
.history__date {
  font-weight: bold;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--accent-color);
}
.history__event {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.p-archive {
  margin-bottom: 60px;
}

.custom-header-image {
  margin-top: 80px;
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}
.custom-header-image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}