/*Square pictures*/
.image-title .title-heade {
  color: #BE346E;
    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) {

  section:nth-child(2 of .landing-page-first-banner) .item-text {
   
    position: absolute;
      top:0;     
}


}