.dmagicTitle {
    padding: 0 4%;
    text-align: center;
}

.dmagictag {
    display: inline-flex;
    margin-bottom: 16px;
    gap: 8px;
    border-radius: 24px;
    line-height: 1;
    align-items: center;
    padding: 8px 16px;
    border: 2px solid #802d7c;
}

.dmagictag svg {
    width: 20px;
    height: 20px;
    color: #802d7c;
}

.dmagictag span {
    font-weight: bold;
    font-size: 14px;
    color: #802d7c;
}

.dmagicTitle h2 {
    font-size: 36px;
    line-height: calc(1em + 4px);
    margin-bottom: 16px;
    font-weight: bold;
    color: oklch(0.25 0.02 330);
}

.dmagicTitle h2 span {
    font-weight: bold;
    color: #802d7c;
}

.dmagicTitle p {
    color: oklch(0.25 0.02 330);
    font-size: 18px;
    line-height: calc(1em + 10px);
}

.dmagic ul {
    width: 1472px;
    margin: 48px auto 0;
    max-width: 92%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.dmagic li {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 28px;
    width: calc((100% - 48px)/3);
    box-sizing: border-box;
    padding: 24px;
    border-radius: ;
    border: 1px solid oklch(85% .02 285);
}

.dmagicIcon {
    font-size: 36px;
    line-height: calc(1em + 4px);
    margin-bottom: 16px;
}

.dmagic li h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: bold;
    color: oklch(0.25 0.02 330);
}

.dmagic li p {
    font-weight: bold;
    font-size: 14px;
    line-height: calc(1em + 6px);
    color: #802d7c;
}

.dmagic li span {
    font-size: 16px;
    color: oklch(0.45 0.02 285);
}

.dmagic {
    padding: 64px 0;
    background: rgb(246, 240, 239);
}

.dmagic li:hover {
    border: 1px solid #802d7c;
    transform: scale(1.05);
}

@media screen and (max-width: 780px) {
    .dmagic ul {
        flex-direction: column;
    }

    .dmagic li {
        width: 100%;
    }
}