.opr-boxes .opr-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 18px;
    text-align: center;
    height: 100%;
    position: relative;
    margin-top: 12px;
}

.opr-boxes .opr-box.has-num {
    padding-top: 28px;
    margin-top: 28px;
}

.opr-boxes .opr-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e8467c;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -42px auto 12px;
}

.opr-boxes h3 {
    font-size: 1.15rem;
    color: #571c41;
    margin-bottom: 8px;
}

.opr-boxes p {
    color: #555;
    margin-bottom: 14px;
}

.opr-copy h2 {
    margin-top: 1.5rem;
}
