.clear {
    clear: both;
}
.blade__eyebrow.component__eyebrow {
    text-transform: uppercase;
    word-spacing: 3px;
    letter-spacing: 3px;
}
.section.blade-background-blur .blade__text {
    background: rgb(238 238 238 / 85%);
}
/*====banner text format  =======*/
@media (min-width: 992px) {
    .container-fluid .banner-a .banner__text-wrapper {
        left: calc(50% - 100px);
    }

.cta__button{
    min-width: 18rem;
}
}

/*====flex Wrap  ========*/

.flexwrap {
     display:flex;
}
.flex1 {
    flex:48%;
}
@media(max-width:768px) {
    .flexwrap {
        flex-direction:column!important;
    }
}
/*======banner button format===========*/
.section--dark .cta__button.component__button--1 {
    background-color: #669F5C;
    color: white;
    border: 2px solid #669F5C;
}
@media (min-width: 992px) {
    .banner-a .banner__subtitle {
        margin-top: -12px;
    }

.container-fluid .banner-a .banner__text-wrapper {
    margin-top: 1%;
}
}

.section--dark .banner-a .banner__subtitle {
    color: white;
}

@media (min-width: 992px) {
    .section.blade-background-blur .blade__wrap>div {
        grid-template-columns: unset;
    }
}