/**/
.customerLove {
    padding: 80px 0;
    background: oklch(97% .01 85);
}
.loveStars span {
    color: #802d7c;
    font-size: 26px;
}
.customerloveTit {
    text-align: center;
}

.inlineTit {
    margin-bottom: 16px;
    border-radius: 36px;
    gap: 8px;
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    background: oklch(0.96 0.02 160);
}

.inlineTit span {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #802d7c;
}

.inlineTit svg {
    height: 16px;
    display: block;
    width: 16px;
    fill: #802d7c;
    color: #802d7c;
}

.customerloveTit h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    color: oklch(25% .02 285);
    margin-bottom: 16px;
}

.customerloveTit p {
    font-size: 18px;
    line-height: 28px;
    color: oklch(45% .02 285);
}

.customerLove ul {
    display: flex;
    gap: 25px;
    width: 1472px;
    margin: 45px auto 0;
    max-width: calc(100% - 32px);
}

.customerLove li {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #FBF7F9;
    border-radius: 20px;
    padding: 32px;
    box-sizing: border-box;
    border: 4px solid #CCCCDB;
    transition: all .3s;
}

.customerLove li:hover {
    border: 4px solid #802d7c;
    box-shadow: 0 20px 25px -5px #0000001a;
}

.loveStars {
    margin-bottom: 16px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.loveStars svg {
    width: 20px;
    height: 20px;
    fill: #802d7c;
    color: #802d7c;
}

.loveDesc {
    font-size: 16px;
    line-height: 26px;
    color: oklch(45% .02 285);
    margin-bottom: 24px;
}

.talkerLove {
    display: flex;
    align-items: center;
    gap: 12px;
}

.loverIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right bottom, oklch(95% .03 350), oklch(92% .02 285));
    width: 48px;
    height: 48px;
    font-size: 16px;
    color: #802d7c;
    border-radius: 50%;
    font-weight: bold;
}

.loverText p {
    font-weight: bold;
    color: oklch(25% .02 330);
    font-size: 16px;
    line-height: 1.5;
}

.loverText span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: oklch(50% .1 120);
    font-size: 14px;
}

.loverText svg {
    display: block;
    width: 12px;
    height: 12px;
    color: oklch(50% .1 120);
}


@media screen and (max-width: 780px) {
 
    .customerloveTit h2 {
        font-size: 36px;
    }

    .customerLove ul {
        flex-direction: column;
    }
}