.profile-service__evidence {
  padding: 84px 5%;
  background: #e8e0d2;
  color: #112838;
}

.profile-service__evidence header {
  max-width: 880px;
  margin-bottom: 34px;
}

.profile-service__evidence h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.22;
  margin: 10px 0 18px;
}

.profile-service__evidence header > p:last-child {
  max-width: 780px;
  line-height: 1.85;
  color: #465965;
}

.profile-service__evidence ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(17, 40, 56, .18);
}

.profile-service__evidence li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  background: #f7f3ec;
  padding: 28px;
}

.profile-service__evidence li span {
  color: #a57a31;
  font-weight: 800;
}

.profile-service__evidence li strong {
  font-size: 1.08rem;
  line-height: 1.65;
}

.profile-service__evidence-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #102735;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.profile-service .profile-service__evidence,
.profile-service .profile-service__evidence h2,
.profile-service .profile-service__evidence li strong,
.profile-service .profile-service__evidence-link {
  color: #112838 !important;
}

.profile-service .profile-service__evidence header > p:last-child {
  color: #465965 !important;
}

html body.aym-navy #main.profile-service .profile-service__evidence,
html body.aym-navy #main.profile-service .profile-service__evidence h2,
html body.aym-navy #main.profile-service .profile-service__evidence li strong,
html body.aym-navy #main.profile-service .profile-service__evidence-link {
  color: #112838 !important;
}

html body.aym-navy #main.profile-service .profile-service__evidence header > p:last-child {
  color: #465965 !important;
}

@media (max-width: 800px) {
  .profile-service__evidence { padding: 60px 22px; }
  .profile-service__evidence ul { grid-template-columns: 1fr; }
}
