.bps_header h2 {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    font-size: 20px;
}

.bps_header p {
    font-size: 14px;
}

.ptsp_support_blocks {
    display: flex;
    margin-top: 40px;
}

.single-block {
    width: 100%;
    border: 1px solid #ccc;
    padding: 80px;
    text-align: center;
    margin: 0 50px;
    background: #fff;
}

.single-block:first-child {
    margin-left: 0;
}

.help_link a {
    display: inline-block;
    text-decoration: none;
    background: #0073aa;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 2px;
}

.help_link span {
    font-size: 15px;
}