.glance-box-0 h2 {
    margin-top: 0;
    text-align: center;
    font-size: 3.5em;
    font-weight: 300;
    color: #555555;
    line-height: 55px;
}
.glance-box-0 h3 {
    text-align: center;
    font-size: 1.5em;
    line-height: 32px;
    font-weight: normal;
    color: #555555;
    margin-bottom: 40px;
}
.glance-box-0 img {
    display: block;
    text-align: center;
    margin: auto;
    width: 89px;
}
.glance-box-0 a, .glance-box-0 span {
    display: block;
    text-align: center;
    color: #555;
    font-size: 1.15em;
    font-weight: 600;
    margin: 10px;
}
.glance-box-0 a, .glance-box-0 span a:hover {
    color: #B55C03 !important;
    text-decoration: none !important;
}
.glance-box-0 h4 {
    display: block;
    text-align: center;
    color: #0067B1;
    font-size: 1em;
    line-height: 24px;
    letter-spacing: -0.14px;
    font-weight: 600;
    margin-top: 30px;
    margin: 10px;
    position: relative;
    height: 45px;
    margin-bottom: 40px;
}
.glance-box-0 h4::before {
    content: " ";
    height: 13px;
    border-top: solid #0067B1 1px;
    border-right: solid #0067B1 1px;
    border-top-right-radius: 13px;
    width: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.glance-box-0 h4::after {
    content: " ";
    height: 13px;
    border-top: solid #0067B1 1px;
    border-left: solid #0067B1 1px;
    border-top-left-radius: 13px;
    width: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.glance-box-0 p {
    margin: 80px 0 0 0 !important;
}
@media (max-width: 627px) {
    .glance-box-0 .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
}