section.webhook-showcase {
    text-align: center;
    position: relative
}
section.webhook-showcase .box {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
    text-align: center;
    overflow: hidden;
}
section.webhook-showcase .image img {
    height: 250px;
}
section.webhook-showcase h1 {
    color: var(--color);
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
}
section.webhook-showcase .sub {
    font-size: 26px;
    margin-bottom: 6px;
    color: white;
}
section.webhook-showcase p {
    /* opacity: 0.5; */
    padding: 0 200px;
}
section.webhook-showcase .button {
    margin-top: 15px;
}
section.webhook-showcase .pro-text {
    color: white;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
section.webhook-showcase .pro-text span {
    color: var(--color);
}
@media all and (max-width: 1140px) {
    section.webhook-showcase .box {
        padding: 75px 0;
    }
    section.webhook-showcase p {
        padding: 0 100px;
    }
}
@media all and (max-width: 960px) {
    section.webhook-showcase .box {
        padding: 50px 0;
    }
    section.webhook-showcase p {
        padding: 0 50px;
    }
}
@media all and (max-width: 720px) {
    section.webhook-showcase h1 {
        font-size: 50px;
        line-height: 50px;
    }
    section.webhook-showcase .sub {
        font-size: 22px;
        line-height: 22px;
    }
    section.webhook-showcase p {
        font-size: 16px;
        line-height: 19px;
    }
}
@media all and (max-width: 576px) {
    section.webhook-showcase .box {
        padding: 25px 0;
    }
    section.webhook-showcase .button .btn {
        display: block;
        margin-top: 10px;
    }
    section.webhook-showcase .sub {
        font-size: 20px;
        line-height: 20px;
        padding: 0 20px;
    }
    section.webhook-showcase p {
        padding: 0 15px;
    }
}