
.ip-pd-wrap {
    margin: 40px 0;
}

.ip-pd-wrap h1,
.ip-pd-wrap > span {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;

    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--primary);
    font-family: var(--font-family-default);
}

.ip-pd-wrap > span {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #737373;
}

div#inner-page-wrapper .container {
    width: 100%;
}