.intro {
    padding: 40px 60px 40px;
    position: relative;
    font-size: large;
}


.intro::before {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #102f5b;
    height: 3px;
    width: 200px;
}
.intro::after {
    content: "";
    bottom: 25px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #102f5b;
    height: 3px;
    width: 200px;
}

.pilltag {
    background: #102f5b;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.caption { color: #217493;font-weight:bold;font-size:10pt}
