/* 
@media(min-width:991px) {
.blade_home img{
    padding: auto 20px;
}
}
.testimonials_home .section--light .testimonials-a .testimonials-item__source {
    color: white;
}
.testimonials_home .section--light .editable__container th__p, .section--light pre__p, .section--light .editable__container__p, .section--light .component__p {
    color: white;
}
.blade_home .section--light .editable__container th__p, .section--light pre__p, .section--light .editable__container__p, .section--light .component__p {
    color:black;
} */


.map__wrap {
    display: none;
}
.brooklyn {
    --color2: #009994;
}
@media only screen and (min-width : 1224px) {
.cstm_btn {
    position: absolute;
    top: 5px;
    left: -154px;
}
}
@media (max-width: 1199px){
.cstm_btn {
    display: none;
}
}


@media(min-width:991px) {
.section-banner .banner .banner-text__title--large {
    margin-top: 20%;
    text-shadow: 1px 1px black;
}
.section-banner .banner .banner-text__subtitle--medium {
    text-shadow: 1px 1px black;
}
}

@media (max-width: 768px){
.cstm_btn {
    display: none;
}
}

:root {
    --teal:#7bc7c3;
}
.blade_home a.cta__button.component__button--1 {
    margin-top: -30px;
}