.container h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #0a5b7b;
  background: url("../img/man.png") no-repeat 0 50% / contain;
  padding-left: 3rem;
}

.menu_wrap {
  margin-bottom: 4rem;
}
.menu_wrap ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.menu_wrap ul li a {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 1.5rem;
  padding-left: 2.2rem;
  border: 1px solid #ddd;
  letter-spacing: -.1rem;
  position: relative;
  border-radius: 0 2rem 2rem 0;
}
.menu_wrap ul li a::before {
  content: "";
  width: 1rem;
  height: 100%;
  background: linear-gradient(80deg, #4678ba, #a3d2e5);
  position: absolute;
  top: 0;
  left: 0;
}
.preview_wrap img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin-bottom: 2rem;
}
.preview_wrap p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #777;
  border: 1px dashed #ddd;
  padding: 1.5rem;
  background: #fbfeff;
}