.title{
    width: 100%;
    font-size: 52px;
    font-weight: bold;
    position: relative;
}
.title:before{
    content: " ";
    width: 90px;
    height: 8px;
    border-bottom: solid 7px #eddeae;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: red;
}