Title 5
Title 5
Limitless
Innovation and Creativity
Progress starts with innovative ideas
Limitless
Innovation and Creativity
Progress starts with innovative ideas
/* ===== Title 5 ===== */
#title-5 .card-title {
position: relative;
display: inline-block;
letter-spacing: 3px;
}
#title-5 .card-title:before,
#title-5 .card-title:after {
content: '';
background: rgba(0, 0, 0, 0.5);
height: 2px;
width: 60px;
position: absolute;
display: block;
top: 50%;
}
#title-5 .card-title:before {
left: -70px;
}
#title-5 .card-title:after {
right: -70px;
}