.compare-title {
    position: relative;
    text-align: center;
    padding-bottom: 16px !important;
}

.compare-title::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    border-bottom: 1px dotted #999;
}