.tech-blank__result-name {
    font-size: 18px;
    color: #ff0000;
    text-decoration: underline;
    padding: 10px;
    position: relative;
}
.tech-blank__result-name::before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: -25px;
    top: 20px;
}
.tech-blank__link {
    color: #ff0000;
    cursor:  pointer;
}
.tech-blank-box {
    padding: 20px 0 20px 40px;
}
h2.tech-com__title {
    font-size: 38px;
    font-family: "FuturaBookC";
    font-weight: 500;
}
.tech-blank__no-result {
    font-size: 18px;
    color: green;
}