.olo-pw-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 90px;
}
.olo-pw-container {
    border-top: solid #ccc 1px;
    padding-top: 0;
}
.olo-pw-row {
    clear: both;
    display: table;
    margin-bottom: 32px;
    width: 100%;
}
.olo-pw-row .olo-pw-icon-cont {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 10%;
}
.olo-pw-row .olo-pw-icon-cont .olo-pw-icon {
    color: #dd2000;
    font-size: 45px;
}
.olo-pw-row .olo-pw-text {
    display: table-cell;
    width: 90%;
}
h3.olo-pw-section-title {
    margin-top: 0;
}