.reminder {
    text-align: center;
    font-size: 17px;
    color: #000;
    line-height: 2;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
    font-weight: bold;
}
.reminder:after {
    content: " ";
    display: block;
    width: 240px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
}
.reminder b {
    color: #F75000;
}