.bs-title, .bs-title a, .bs-title:hover {
    text-transform: uppercase;
}

.bs-product__title {
    font-weight: 500;
}


.bs-parallax {
       padding: 20rem 0;
    background-attachment: unset;
}


.bs-parallax__title {
    position: relative;
    right: 24rem;
    text-wrap-style: balance;
}

.bs-parallax__image {
    position: relative;
    right: 20rem;
}

.logo-header {
    width: 170px;
    }

.bs-footer__title {
    color: #265DA6;
}

@media screen and (min-width: 1200px) {
    .bs-banner__title {
        color: transparent;
    }
}