.navbar-brand img {
    max-width: 170px;
    filter: brightness(0.0);
}

/*Square pictures*/
.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}
/**/


/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

/***/


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}



@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 100% !important;
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.landing-page-first-banner  .item-text h1 {
    font-size: 19px !important;
    color: #000000 !important;
    font-weight: 900 !important;
}

}