.text--body-large {
    font-size: 24px;
    line-height: 34px;
}

.kat {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 180px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.spaced-top--negative {
    margin-top: -96px;
    margin-top: -6rem;
}

.ctas .spaced-top--negative {
    margin-top: -160px;
    margin-top: -10rem;
}

.bg-curve {
    overflow: visible;
    padding-top: 54px;
}

.bg-curve::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 55px;
    content: ' ';
    background-image: url('/assets/products/sql-change-automation/images/curve.png?v=1613988765365');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 2000px;
}

.svg .bg-curve::before {
    background-image: url('/assets/products/sql-change-automation/images/curve.svg');
}

.toolbelt-promo-link {
    border: 9px solid #f2f2f2;
    border-top-color: transparent;
    border-radius: 20px;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    .spaced-top--negative,
    .ctas .spaced-top--negative {
        margin-top: 0;
    }
}
