.find-tenders-banner {
    padding: 50px 25px;
}

.find-tenders-banner .btn-link {
    border: none;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .find-tenders-banner {
        padding: 50px 150px;
    }
}

.btn.btn-premium.upgradeBtn {
    border-radius: 1.5rem;
}

/*
 * An enforced gap between page components leaves a strip of unmatched
 * background between this component and the page footer when it is the last
 * section on the page. A proper fix would have too many side effects for this
 * ticket on many pages, so a box-shadow is used as an easy fix to extend the
 * component's colour into the gap.
 */
.find-tenders-banner:last-of-type {
    box-shadow: 0 100px 0 0 #007DC3;
}
