section.trading-bots-exchange-showcase {
    text-align: center;
}

section.trading-bots-exchange-showcase .image {
    height: 90px;
    margin-bottom: 15px;
    object-fit: contain;
}

section.trading-bots-exchange-showcase .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

section.trading-bots-exchange-showcase p {
    padding: 0 100px;
    margin: unset;
}

section.trading-bots-exchange-showcase a {
    margin-top: 15px;
}

section.trading-bots-exchange-showcase h1 {
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    position: relative;
}

section.trading-bots-exchange-showcase .soon{
    position: absolute;
    right: -35px;
    background: var(--color2);
    color: white;
    padding: 0 9px;
    border-radius: var(--border-radius);
    top: -12px;
    font-size: 16px;
    transform: rotate(23deg);
    z-index: 2;
    line-height: 23px;
}

@media all and (max-width: 1140px) {
    section.trading-bots-exchange-showcase p {
        padding: 0;
    }
}

@media all and (max-width: 960px) {
    section.trading-bots-exchange-showcase h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media all and (max-width: 576px) {
    section.trading-bots-exchange-showcase .image {
        height:64px;
    }
    section.trading-bots-exchange-showcase h1 {
        font-size: 28px;
        line-height: 28px;
    }
}
