
section.webhook-works .grid .box {
    position: relative;
    padding-top: 25px;
}

section.webhook-works h2 {
    color: var(--color-darker);
    padding-left: 20px;
    margin-bottom: 24px;
}

section.webhook-works h2 span {
    color: var(--color);
}

section.webhook-works h3 {
    font-size: 24px;
    margin: unset;
    margin-bottom: 10px;
}

section.webhook-works h3 span {
    color: var(--color)
}

section.webhook-works .number {
    font-size: 24px;
    background: var(--color);
    text-align: center;
    color: black;
    line-height: 24px;
    font-weight: 700;
    border-radius: var(--border-radius);
    position: absolute;
    top: -23px;
    right: 29px;
    margin: auto;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-weight: 300;
    filter: drop-shadow(-10px 10px 1px black);
}

section.webhook-works p {
    margin: unset;
    font-size: 16px;
    line-height: 19px;
}

section.webhook-works .grid {
    grid-template-columns: repeat(3, 1fr)
}




@media all and (max-width: 960px) {

    section.webhook-works .grid .box {

        padding-top: 41px;

    }



    section.webhook-works .number {

        left: 0;

        right: 0;

    }



    section.webhook-works .grid {

        margin-top: 30px;

    }
}




@media all and (max-width: 576px) {
    section.webhook-works .c>.box {
        padding: 10px;

    }

    section.webhook-works .grid .box {
    padding: 25px  15px 15px;
}

    section.webhook-works h2 {
        font-size: 32px;
        line-height: 32px;
        padding: unset;
        margin-top: 10px;
    }


    section.webhook-works .grid {

        grid-template-columns: 1fr;

    }
}