.insurance .red{
  color:var(--color-red); 
  border-bottom: 1px solid var(--color-red);  
}
.targetBox .equName{
    font-weight: bold;
    text-align: center;
    margin-top: var(--space-10);
}
.targetBox img{
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.waveBg1{
    background: url(../images/bg/mame.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 1000px;
    height: 500px;
    top: 400px;
    z-index: -1;
    left: -250px;
}