@media (min-width: 601px) and (max-width: 1200px) {
   .rs-parallax-wrap:has(.sr-btn-custom-class) {
        left: 21vw !important;
    } 
}

.border-green h2 {
    font-size: 48px;
    font-weight: 300;
    color: #a2a9ae;
    text-transform: uppercase;
    text-align: right;
    margin: 1.2rem 0;
}
.greengray h2 {
    font-size: 48px;
    font-weight: 300;
    color: #a2a9ae;
    text-transform: uppercase;
    margin: 0;
}

.greengray h2 span.green,
.greengray h2 span.gray {
    color: #5ab247;
}

.orangegray h2 {
    color: #a2a9ae;
    font-weight: 100;
    text-transform: uppercase;
    font-family: var(--h1-font-family, inherit);
    font-size: var(--h1-font-size, inherit);
    font-style: var(--h1-font-style, inherit);
    line-height: var(--h1-line-height, 1.4);
    letter-spacing: var(--h1-letter-spacing, inherit);
}

.orangegray h2 span.orange {
    color: #c86f1c;
    text-transform: none;
}

.menu-item.green-color a {
    color: #68b846;
}

html {
    overflow-x: hidden;
}

@media (max-width: 1024px) {
    .greengray h2, .bluegreen h2, .blugray h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .border-green h2 {
        font-size: 32px;
        text-align: center;
    }
    .greengray h2, .bluegreen h2, .blugray h2 {
        font-size: 30px;
        text-align: center !important;
    }
    .orangegray h2 {
        text-align: center !important;
    }
}