section.webhook-learn-more {
    text-align: center;
}
section.webhook-learn-more .grid {
    grid-template-columns: 1fr 1fr 1fr;
}
section.webhook-learn-more .c>.box {
    padding-bottom: 10px;
}
section.webhook-learn-more h2 {
    color: var(--color-darker);
    margin-bottom: 46px;
    font-size: 30px;
    line-height: 30px;
}
section.webhook-learn-more h2 span {
    color: var(--color);
}
section.webhook-learn-more .item {
    padding-top: 50px;
}
section.webhook-learn-more .icon {
    font-size: 30px;
    line-height: 64px;
    margin-bottom: 15px;
    color: var(--color);
    position: absolute;
    background: var(--color);
    color: black;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: -32px;
}
section.webhook-learn-more .name {
    font-size: 24px;
    line-height: 26px;
    color: white;
    font-weight: 700;
    margin-bottom: 7px;
}

section.webhook-learn-more p {
    opacity: 0.75
}
@media all and (max-width: 960px) {
    section.webhook-learn-more .c>.box {
        padding: 20px 10px 10px;
    }
    section.webhook-learn-more .item {
        padding: 50px 0 10px;
    }
    section.webhook-learn-more .button .btn {
        line-height: 18px;
        padding: 10px 0;
        width: 100%;
        display: block;
        font-size: 15px;
    }
    section.webhook-learn-more p {
        padding: 0 15px;
        font-size: 15px;
        line-height: 21px;
    }
}
@media all and (max-width: 576px) {
    section.webhook-learn-more h2 {
        margin-bottom: 25px;
    }
    section.webhook-learn-more .icon {
        width: 48px;
        height: 48px;
        font-size: 23px;
        line-height: 48px;
        top: -10px;
    }
    section.webhook-learn-more .grid {
        grid-template-columns: 1fr;
    }
}