.content-title:after {
    position: absolute;
    content: "";
    width: calc(100% - 4vw);
    background-color: #8b8b8b33;
    height: .05vw;
    top: 5.5vw;
    left: 2vw;
    z-index: 2;}
