.top-spacer {
    height: 56px;
    background-color: #fff;
    opacity: 0.2;
    background: repeating-linear-gradient(-45deg, #efefef, #efefef 10px, #fff 3px, #fff 15px);
}

.yellow-head {
    background: var(--bcss-active);
    color: var(--bcss-secondary);
}

h1, .green-head, .yellow-head {
    font-family: "industry-inc-stencil", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.yellow-head h1 {
    font-size: 1.4rem;
    /* line-height: 1.4rem; */
    font-weight: 700;
    padding: 0;
    margin: 0 0 0 0;
    display: inline;
    text-transform: capitalize;
}
.header-text {
    font-size: 2.5rem !important;
    letter-spacing: 0.15rem;
}

.used-top-home {
    min-height: 240px;
    background-image: url(img/NewDesign/Green Soil Image Background.png);
    background-size: cover;
    background-position: top center;
}
.used-bottpm-home {
    background: hsla(0, 0%, 0%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(146, 57%, 22%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(146, 57%, 22%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(146, 57%, 22%, 1) 100%);
}

.used-price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #FFBE03;
    color: #185733;
}