.page-head-wrap {
  margin-bottom: 3em;
}
.strength-wrap {
  margin-bottom: 6em;
}
.title-wrap,
.title-content {
  display: flex;
  align-items: center;
}
.title-wrap {
  justify-content: space-between;
  margin-bottom: 1.875em;
}
.title-num {
  color: #0080CB;
  font-family: "Inter", serif;
  line-height: 1.2;
  font-size: clamp(1.8rem,7.18vw,3.6rem);
  padding-right: 1em;
  font-weight: 500;
}
.title-head {
  padding-left: 2em;
  border-left: 1px solid #0080CB;
}
.title-head h3 {
  color: #0080CB;
  font-size: clamp(1.2rem,5.12vw,2.6rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.615em;
}
.title-head h4 {
  line-height: 1.6;
}
.title-image {
  width: 210px;
}
.strength-wrap .conetent-text {
  margin-left: 5em;
}
.strength-wrap .conetent-text a {
  color: #0080CB;
  font-size: clamp(14px,3.3vw,1.4rem);
  text-decoration: underline;
  padding-top: 1em;
  display: block;
}
.strength-wrap .conetent-text a:hover {
  text-decoration: none;
}

@media (max-width: 520px) { 
  .page-head-wrap {
    margin-bottom: 1.5em;
  }
  .title-wrap {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .title-content {
    margin-bottom: 1em;
  }
  .title-head h4 {
    font-size: .9rem;
  }
  .title-num {
    padding-right: .6em;
  }
  .title-head {
    padding-left: .8em;
  }
  .title-image {
    width: 50%;
  }
  .strength-wrap .conetent-text {
    margin-left: 0;
    padding: 0 3%;
  }
}