.ppc2-new {
    &.ppc2__mb-none {
        margin-bottom: 0 !important;
    }

    &.ppc2__mb-small {
        margin-bottom: 40px !important;
    }

    &.ppc2__mb-medium {
        margin-bottom: 60px !important;
    }

    &.ppc2__mb-large {
        margin-bottom: 80px !important;
    }

    &.ppc2__mb-default {
        margin-bottom: 90px !important;
    }
}

.ppc {
    padding-top: 40px;
    margin-bottom: 90px;
    background-color: var(--brand-grey-dark);
    background-image: url(../../../img/layout/dot-pattern.png);
    text-align: center;
    color: #fff;

    @media (min-width:768px) {
        padding-top: 80px;
    }
}

.ppc__title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1.1;

    @media (min-width:480px) {
        font-size: 40px;
    }

    @media (min-width:768px) {
        font-size: 50px;
    }
}

.ppc__subtitle {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;

    @media (min-width:768px) {
        font-size: 25px;
    }
}

.ppc__list {
    text-align: left;

    li {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        margin-right: -4px;
        margin-bottom: 40px;
        font-size: 16px;
        text-align: left;

        span {
            display: block;
            padding-left: 40px;
            position: relative;
        }

        svg {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    @media (min-width:480px) {
        text-align: center;

        li {
            width: 50%;
        }
    }

    @media (min-width:768px) {
        li {
            width: 40%;
            font-size: 18px;
        }
    }
}

.ppc__btn {
    margin-bottom: 10px;
}

.ppc__note {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}

.ppc__pic {
    display: block;
    margin: 0 auto -90px auto;
}

.ppc2 .ppc__pic {
    float: right;
    max-width: 50%;
}

.ppc2 .ppc__list li {
    display: block;
}

.ppc2 .ppc__btn {
    margin-top: 50px;
}