section.support-showcase {
    position: relative
}
section.support-showcase .box {
    position: relative;
    overflow: hidden;
    padding: 65px 210px;
    text-align: center;
    overflow: hidden;
}
section.support-showcase .image img {
    height: 250px;
}
section.support-showcase h1 {
    color: var(--color);
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 0;
    text-transform: uppercase;
}
section.support-showcase .sub {
    font-size: 22px;
    margin-bottom: 6px;
    color: white;
    line-height: 23px;
}
section.support-showcase p {
    opacity: 0.5;
    margin-bottom: 0;
}
@media all and (max-width: 1140px) {
    section.support-showcase .box {
        padding: 50px;
    }
}
@media all and (max-width: 720px) {
    section.support-showcase .box {
        padding: 50px 25px;
    }
}
@media all and (max-width: 576px) {
    section.support-showcase .box {
        padding: 25px 15px;
    }
    section.support-showcase h1 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 5px;
    }
    section.support-showcase .sub {
        font-size: 23px;
        line-height: 25px;
    }
}