

.bottom-title {overflow: hidden;}
.bottom-title h2 a {}
.bottom-title h5 {text-transform: uppercase; margin-top:30px; margin-bottom:30px;}
.bottom-title p {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.bottom-title p:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 1200px;
    left: 100%;
}
.bottom-title p:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 1200px;
    right: 100%;
}




