.p45bGird {
    color: #000;
    display:grid;
    justify-items: center;
    font-family: Pippins;
}
.p45bGirdTit {
    font-size: 2.7vw;
    line-height: 2.7vw;
    font-weight: 700;
}
.p45bGirdSubTit {
    font-size: 1.82vw;
    line-height: 1.82vw;
    margin: 1.22vw 0 2.1vw 0;
}
.p45bFlex {
    display: flex;
    column-gap: 0.96vw;
    padding: 0 14.3vw;
}
.p45bSubCen {
    text-align: center;
}
.p45bSubGird {
    display: grid;
    gap: 2.03vw;
    justify-items: center;
    margin-bottom: 11.32vw;
}
.p45bFlexTit {
    font-size: 1.51vw;
    line-height: 1.51vw;
    font-weight: 600;
}
.p45bFlexSubTit {
    font-size: 1.19vw;
    line-height: 1.19vw;
    margin-top: 0.93vw;
}

@media (max-width: 768px) {
    .p45bGirdTit {
        font-size: 4.7vw;
        line-height: 4.7vw;
    }
    .p45bGirdSubTit {
        font-size: 3.2vw;
        line-height: 3.2vw;
    }
    .p45bFlexTit {
        font-size: 2.51vw;
        line-height: 2.51vw;
    }
    .p45bFlexSubTit {
        font-size: 2.39vw;
        line-height: 2.39vw;
    }
    .p45bFlex {
        flex-wrap: wrap;
    }
    .p45bSubGird {
        width: 49%;
    }
}