.see-also .name {
  position: relative;
}
.see-also .name:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #E0E0E0;
}
.see-also .name span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 2.7rem;
  text-transform: uppercase;
  color: #000;
  line-height: 130%;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.see-also-boxes {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1rem;
  padding-top: 1.6rem;
}
.see-also-boxes .see-also-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 116%;
  font-weight: bold;
}
.see-also-boxes .see-also-box figure {
  flex-shrink: 0;
  margin-right: 2.4rem;
  height: 48px;
  overflow: hidden;
}
.see-also-boxes .see-also-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.see-also-boxes .see-also-box:hover {
  opacity: 0.9;
}/*# sourceMappingURL=see-also.css.map */
