.style-4 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: sans-serif;
}

.style-4 del {
    color: rgba(169, 169, 169, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 40px;
    font-weight: 100;
}
.style-4 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(169, 169, 169, 0.8);
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(-11deg);
}
.style-4 del:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(169, 169, 169, 0.8);
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(11deg);
}
.style-4 ins {
    font-size: 60px;
    font-weight: 500;
    text-decoration: none;
    /* padding: 1em 1em 1em 0.5em; */
}
